Update header color

This commit is contained in:
TheThomaas 2024-02-05 20:59:50 +01:00
parent d2621af12d
commit 4012d11272

View file

@ -25,9 +25,9 @@ body {
} }
} }
header { header {
/*background-color: var(--primary);*/ background-color: var(--primary);
background: inherit; /* background: inherit;
background-attachment: fixed; background-attachment: fixed; */
position: fixed; position: fixed;
z-index: 10; z-index: 10;
inset-block-start: 0; inset-block-start: 0;