mirror of
https://github.com/tiyn/beaker-blog.git
synced 2025-10-10 09:51:17 +02:00
styling: improved link color in footer
This commit is contained in:
@@ -33,12 +33,12 @@ footer {
|
||||
color: var(--text0);
|
||||
}
|
||||
|
||||
.footer a {
|
||||
footer a {
|
||||
color: var(--menulink0);
|
||||
}
|
||||
|
||||
.footer a:hover {
|
||||
color: var(--menulink1);
|
||||
footer a:hover {
|
||||
color: var(--bg0);
|
||||
}
|
||||
|
||||
span {
|
||||
|
Reference in New Issue
Block a user