diff --git a/boards/static/css/md/base_page.css b/boards/static/css/md/base_page.css --- a/boards/static/css/md/base_page.css +++ b/boards/static/css/md/base_page.css @@ -36,7 +36,9 @@ html { } .tag { - color: #b4cfec; + /*color: #F5FFC9;*/ + color: #FFD37D; + /*color: #b4cfec;*/ } .post_id { @@ -396,4 +398,4 @@ pre { border: 1px dashed #666; margin: 0.2ex; padding: 0.1ex; -} \ No newline at end of file +} diff --git a/boards/templates/boards/base.html b/boards/templates/boards/base.html --- a/boards/templates/boards/base.html +++ b/boards/templates/boards/base.html @@ -33,7 +33,7 @@ #{{ tag.name }}, {% endfor %} - [...] {% trans 'Settings' %}