switching to dark magenta

This commit is contained in:
manetta 2020-09-18 15:43:27 +02:00
parent 6c2b7a25e2
commit c4023d6f3d
2 changed files with 7 additions and 10 deletions

View File

@ -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;
}

View File

@ -3,6 +3,5 @@
{% block title %}{{ SITENAME }} - {{ category }} category{% endblock %}
{% block content_title %}
<h1 class="category">{{ category }}</h1>
{% endblock %}