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

added imprint, improved css for it

This commit is contained in:
2024-04-15 04:59:03 +02:00
parent d61c3dc66d
commit d7a8db3d77
7 changed files with 129 additions and 15 deletions

View File

@@ -59,11 +59,13 @@ span {
.hide-menu:hover,
.main-menu a:hover,
.main-menu-dropdown a:hover,
.show-menu:hover {
color: var(--menulink1);
}
.main-menu a {
.main-menu a,
.main-menu-dropdown a {
color: var(--menulink0);
}