From 15147d7d1937d77489466fedaf41210a4ba9e0a5 Mon Sep 17 00:00:00 2001 From: Andrew Murrell Date: Wed, 15 Mar 2017 01:47:24 +0000 Subject: rename --- src/dnd/Spooky_Cave_Edited_MarieJhonson.png | Bin 955699 -> 0 bytes src/dnd/spooky.png | Bin 0 -> 955699 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/dnd/Spooky_Cave_Edited_MarieJhonson.png create mode 100644 src/dnd/spooky.png (limited to 'src') diff --git a/src/dnd/Spooky_Cave_Edited_MarieJhonson.png b/src/dnd/Spooky_Cave_Edited_MarieJhonson.png deleted file mode 100644 index 360005a..0000000 Binary files a/src/dnd/Spooky_Cave_Edited_MarieJhonson.png and /dev/null differ diff --git a/src/dnd/spooky.png b/src/dnd/spooky.png new file mode 100644 index 0000000..360005a Binary files /dev/null and b/src/dnd/spooky.png differ -- cgit v1.2.3 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