summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrewMurrell <ImFromNASA@gmail.com>2017-12-25 00:49:31 -0500
committerAndrewMurrell <ImFromNASA@gmail.com>2017-12-25 00:49:31 -0500
commit0e7425ea2652fedfdf4e3074d515a380a02e725a (patch)
tree123e1b1f188ae29b063dbc63f289d1add4bafd0d
parent37cf878b62c49d23cdc0cf09b972456bb98b2736 (diff)
Added FR, PF, LD tags and colors to all new tags.
-rw-r--r--config.yaml4
-rw-r--r--src/main.scss5
2 files changed, 8 insertions, 1 deletions
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;
}