From 0e7425ea2652fedfdf4e3074d515a380a02e725a Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Mon, 25 Dec 2017 00:49:31 -0500 Subject: Added FR, PF, LD tags and colors to all new tags. --- config.yaml | 4 +++- src/main.scss | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 4ca1bac..daf9625 100644 --- a/config.yaml +++ b/config.yaml @@ -25,4 +25,6 @@ categories: "WP": "WIP" "WB": "Worldbuilding Prompt" "AP": "Apocrypha" - "FR": "Forgotten Realms" \ No newline at end of file + "FR": "Forgotten Realms" + "PF": ".PDF" + "LD": "Lore Doc" \ No newline at end of file diff --git a/src/main.scss b/src/main.scss index fadd75b..0c5f0d5 100644 --- a/src/main.scss +++ b/src/main.scss @@ -126,6 +126,11 @@ article { .tag.hb { background: DimGray; } .tag.dm { background: DarkSlateGray; } .tag.wp { background: GhostWhite; color: black !important; border-color: Gray; border: solid 1.2px LightGray; } + .tag.ap { background: #C00000; } + .tag.wb { background: #CC3399; } + .tag.fr { background: #003300; } + .tag.pf { background: #FF0000; } + .tag.ld { background: #CCCC00; } border-bottom: solid 1px #c9cacc; } -- cgit v1.2.3