This commit is contained in:
Pascal Engélibert
2023-03-20 19:06:57 +01:00
parent e060604096
commit 19c19e3114
28 changed files with 104 additions and 22 deletions

View File

@ -1,3 +1,5 @@
@import "defs";
header {
height: 48px;
max-width: 1100px;
@ -28,5 +30,5 @@ header {
}
#header-menu a:hover, #header-menu a:focus {
text-shadow: 1px 2px 1px #ac44ff;
text-shadow: 1px 2px 1px $violet;
}