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 /src | |
parent | 3c6e767e44711b29ee3c938be18d70bb27023b7c (diff) | |
parent | 2c415a62e2579813278766e5903d347bf400e6f2 (diff) |
make: better tags
Diffstat (limited to 'src')
-rw-r--r-- | src/main.scss | 13 | ||||
-rw-r--r-- | src/tags.txt | 6 |
2 files changed, 6 insertions, 13 deletions
diff --git a/src/main.scss b/src/main.scss index 9a89e6d..4f5efc9 100644 --- a/src/main.scss +++ b/src/main.scss @@ -120,13 +120,12 @@ article { text-decoration: none; color: white; } - - .FF { background: FireBrick; } - .SS { background: SeaGreen; } - .ES { background: DarkViolet; } - .HB { background: DimGray; } - .DM { background: DarkSlateGray; } - .WP { background: GhostWhite; color: black; } + .tag.FF { background: FireBrick; } + .tag.SS { background: SeaGreen; } + .tag.ES { background: DarkViolet; } + .tag.HB { background: DimGray; } + .tag.DM { background: DarkSlateGray; } + .tag.WP { background: GhostWhite; color: black; } border-bottom: solid 1px #333333; } diff --git a/src/tags.txt b/src/tags.txt deleted file mode 100644 index ee5d25c..0000000 --- a/src/tags.txt +++ /dev/null @@ -1,6 +0,0 @@ -DM DMing Resource -ES Essay -FF Flash Fiction -HB Homebrew -SS Short Story -WP WIP |