lots of small improvements, new pages, added htaccess for url rewriting
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user