1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-04-01 15:07:46 +02:00

updated css

This commit is contained in:
tiyn 2024-04-14 20:03:11 +02:00
parent b598b99c73
commit 488602b4e2
2 changed files with 11 additions and 3 deletions

View File

@ -6,7 +6,7 @@
--error: rgb(255,0,0);
--footerbg0: rgb(192,192,192);
--link0: rgb(0,0,120);
--link1: rgb(0,0,0);
--link1: rgb(192,192,192);
--menulink0: rgb(0,0,120);
--menulink1: rgb(255,255,255);
--menubg0: rgb(192,192,192);
@ -32,6 +32,14 @@ footer {
color: var(--text0);
}
.footer a {
color: var(--menulink0);
}
.footer a:hover {
color: var(--menulink1);
}
span {
color: var(--text1);
}

View File

@ -82,7 +82,7 @@ footer .center {
}
.main-menu-dropdown span {
float: left;
font-family: monospace;
font-family: Georgia, serif;
font-size: 30px;
font-weight: bold;
line-height: 100px;
@ -94,7 +94,7 @@ footer .center {
.main-menu {
float: right;
font-family: monospace;
font-family: Georgia, serif;
font-size: 30px;
font-weight: bold;
line-height: 100px;