diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-15 15:20:01 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-15 15:20:01 +0100 |
commit | ea2a77a5f3fc706d0509f055016ec58faf8bd2d3 (patch) | |
tree | 9277e97bafd1bd261ca79f20ebf46a60900704cc /templates | |
parent | e94bfcd36235ff29afc2337e8365f9ecf9fc4474 (diff) | |
download | kyblo-ea2a77a5f3fc706d0509f055016ec58faf8bd2d3.tar.xz |
Don't use gray for tags
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layout.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/layout.html b/templates/layout.html index beb8c5d..1288014 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -38,12 +38,6 @@ article p { #tags { padding-bottom: 0.25em; } -#tags, #tags a { - color: #444; -} -#tags a:hover { - color: #111; -} #post-nav { padding-bottom: 0.25em; } |