diff options
Diffstat (limited to 'sass')
| -rw-r--r-- | sass/_partial/_dark.scss | 4 | ||||
| -rw-r--r-- | sass/_partial/_taxonomy.scss | 2 | 
2 files changed, 5 insertions, 1 deletions
| diff --git a/sass/_partial/_dark.scss b/sass/_partial/_dark.scss index ab778df..aaefa04 100644 --- a/sass/_partial/_dark.scss +++ b/sass/_partial/_dark.scss @@ -54,3 +54,7 @@ body {  .archive .post-archive .post-item .post-title {      color: white;  } + +.term-name { +    color: white; +}
\ No newline at end of file diff --git a/sass/_partial/_taxonomy.scss b/sass/_partial/_taxonomy.scss index 631fb5f..1db369f 100644 --- a/sass/_partial/_taxonomy.scss +++ b/sass/_partial/_taxonomy.scss @@ -1,5 +1,5 @@  .term-name { -    color: #fff; +    color: #000000c0;      font-size: 125%;      font-style: italic;      text-decoration: none; | 
