From 3f1da016d022ad0dfafebf81041842364a6081ec Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 14 Mar 2017 22:42:31 -0400 Subject: Oh! The tags weren't working because case-conversion. --- src/main.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/main.scss b/src/main.scss index 1ce7c8d..d32d6ee 100644 --- a/src/main.scss +++ b/src/main.scss @@ -109,12 +109,12 @@ article { padding: 4px 7px 5px 7px; border-radius: 2px; } - .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; } + .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; } -- cgit v1.2.3