Citizen.css: Difference between revisions
MediaWiki interface page
More actions
Content deleted Content added
Created page with "→All CSS here will be loaded for users of the Citizen skin: a.new { color: #f72a57; }" |
No edit summary |
||
| Line 2: | Line 2: | ||
a.new { |
a.new { |
||
color: #f72a57; |
color: #f72a57; |
||
} |
|||
blockquote { |
|||
color: #2A3D57; /* Example color */ |
|||
} |
|||
figure figcaption { |
|||
color: #2A3D57; /* Example color */ |
|||
} |
|||
figure video + figcaption { |
|||
color: #2A3D57; /* Example color */ |
|||
} |
} |
||