diff options
author | AndrewMurrell <ImFromNASA@gmail.com> | 2017-04-02 00:29:29 -0400 |
---|---|---|
committer | AndrewMurrell <ImFromNASA@gmail.com> | 2017-04-02 00:29:29 -0400 |
commit | 7d25ab4bfd724571a7d41268f9cec63907afb924 (patch) | |
tree | 844657b812f7f16d408b77288ba71eef3de6cfd2 /src | |
parent | d0694b12decb594d7b1dd817454738b3df9f0d90 (diff) | |
parent | 3f1da016d022ad0dfafebf81041842364a6081ec (diff) |
Merge branch 'master' of https://git.andrewdm.me/www
Diffstat (limited to 'src')
-rw-r--r-- | src/dnd/spooky.png (renamed from src/dnd/Spooky_Cave_Edited_MarieJhonson.png) | bin | 955699 -> 955699 bytes | |||
-rw-r--r-- | src/main.scss | 12 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/dnd/Spooky_Cave_Edited_MarieJhonson.png b/src/dnd/spooky.png Binary files differindex 360005a..360005a 100644 --- a/src/dnd/Spooky_Cave_Edited_MarieJhonson.png +++ b/src/dnd/spooky.png 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; } |