diff options
Diffstat (limited to 'out/main.css')
-rw-r--r-- | out/main.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/out/main.css b/out/main.css index e6d84f7..5e13ff4 100644 --- a/out/main.css +++ b/out/main.css @@ -85,17 +85,17 @@ article { text-align: center; text-decoration: none; color: white; } - article .FF { + article .tag.FF { background: FireBrick; } - article .SS { + article .tag.SS { background: SeaGreen; } - article .ES { + article .tag.ES { background: DarkViolet; } - article .HB { + article .tag.HB { background: DimGray; } - article .DM { + article .tag.DM { background: DarkSlateGray; } - article .WP { + article .tag.WP { background: GhostWhite; color: black; } |