diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-02 17:01:47 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-02 17:01:59 -0500 |
commit | 0d19abc9e4dc8ac7242942f23194e6e5f1df603b (patch) | |
tree | 57381b548286cd0219bf58c9b59c4b86d5a2bb05 /out/main.css | |
parent | 3c6e767e44711b29ee3c938be18d70bb27023b7c (diff) | |
parent | 2c415a62e2579813278766e5903d347bf400e6f2 (diff) |
make: better tags
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; } |