lots of small improvements, new pages, added htaccess for url rewriting

This commit is contained in:
Adrien W
2021-09-30 20:18:31 +02:00
parent 1d1c42d91b
commit 4d5de94f8b
5 changed files with 35 additions and 29 deletions

View File

@@ -68,24 +68,31 @@ body {
font-size: 1em;
}
.clawd a {
.clawd p a {
color: var(--tartorange);
text-decoration: none;
border-bottom: 1px solid var(--tartorange);
}
.clawd a:hover {
.clawd p a:hover {
color: #000000;
background-color: var(--yellowryb);
text-decoration: none;
}
.clawd #mainmenu a.item {
font-family: var(--textfont);
font-weight: bolder;
}
.clawd #mainmenu a.item.active {
border-bottom-color: var(--tartorange);
}
.clawd .footer a {
border-bottom: none;
}
.clawd .footer a:hover {
background-color: transparent;
color: var(--yellowryblighter) !important;
}