diff --git a/themes/default/static/css/main.css b/themes/default/static/css/main.css index 8474301..d69dd60 100644 --- a/themes/default/static/css/main.css +++ b/themes/default/static/css/main.css @@ -7,7 +7,7 @@ body{ font-size: 16pt; line-height: 1.6; letter-spacing: 0.25pt; - color: rgb(60, 60, 60); + color: #ec25ec; } header#banner{ width: 100%; @@ -25,17 +25,15 @@ header#banner{ nav#menu{ width: calc(100% + 20em); text-align: center; - border-radius: 1em; - padding: 0.5em; - margin:0 0 0 -9.5em; + margin:0 0 0 -10em; } nav#menu li{ font-size: 13pt; line-height: 1.4; - background-color: rgb(60, 60, 60); + background-color: #ec25ec; color:white; border-radius: 1em; - margin:0.5em 0; + margin:1em 0; padding:1em; list-style: none; display: inline-block; @@ -45,7 +43,7 @@ nav#menu{ } nav#menu li.active{ background-color: beige; - color: rgb(60, 60, 60); + color: #ec25ec; } nav#menu li.pagelink{ height: 1.5em; @@ -85,7 +83,7 @@ a, a:visited, a:hover, a:active{ - color: rgb(60, 60, 60); + color: #ec25ec; } a.nounderline{ text-decoration: none; @@ -94,7 +92,7 @@ a.nounderline{ hr{ width: 100%; border:0; - border-bottom:1px solid; + border-bottom:1px solid #ec25ec; margin:3em auto; } diff --git a/themes/default/templates/category.html b/themes/default/templates/category.html index 4ed94b3..7f8dc73 100644 --- a/themes/default/templates/category.html +++ b/themes/default/templates/category.html @@ -3,6 +3,5 @@ {% block title %}{{ SITENAME }} - {{ category }} category{% endblock %} {% block content_title %} -

{{ category }}

{% endblock %}