90s-style #1

Merged
never merged 25 commits from 90s-style into main 2026-02-11 19:06:32 +01:00
Showing only changes of commit f4341143d6 - Show all commits

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%;
;
}
/*