change header and footer style

This commit is contained in:
Never 2025-12-15 22:40:40 +01:00
parent d5374ba250
commit f4341143d6

View file

@ -21,6 +21,8 @@
html {
color: var(--foreground);
background: url("recursion.gif");
background-repeat: repeat-y;
background-size: cover;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
@ -46,7 +48,8 @@ body {
justify-content: space-between;
text-align: left;
border: 4pt ridge var(--border);
background-color: var(--html-background);
background: url("sand.png");
background-size: 25%;
}
#page-header li {
@ -103,7 +106,9 @@ body {
#page-footer {
border: 4pt ridge var(--border);
background-color: var(--html-background);
background: url("sand.png");
background-size: 25%;
;
}
/*