1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2026-02-22 04:44:48 +01:00

updated css

This commit is contained in:
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);
}