summaryrefslogtreecommitdiff
path: root/src/main.scss
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-02 17:01:47 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-02 17:01:47 -0500
commit2c415a62e2579813278766e5903d347bf400e6f2 (patch)
treea848893e952904dbda5a90fc5b9a964a40f2e755 /src/main.scss
parent3c80bf7cc1bd61f8c9edf4806f1e57611ba29fdd (diff)
better tags
Diffstat (limited to 'src/main.scss')
-rw-r--r--src/main.scss13
1 files changed, 6 insertions, 7 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;
}