switch to single-page layout

This commit is contained in:
2025-02-09 03:30:02 +01:00
parent 9473c3c33a
commit b40e5d220d
11 changed files with 159 additions and 99 deletions

View File

@ -1,11 +1,36 @@
.current-site {
color: green;
}
body {
font-size: 24px;
max-width: 72ch;
background-color: #afcfff;
}
p {
max-width: 72ch;
}
a {
color: darkblue;
}
nav {
//background-color: #fef67b;
//background-color: #f4e3d7;
//background-color: bisque;
//background-color: aliceblue;
background-color: #afcfff;
background-image: url("/assets/img/ostraka.jpg");
background-repeat: no-repeat;
// only b/w for legibility:
background-blend-mode: luminosity;
background-size: cover;
opacity: 0.6;
}
nav a, nav ul {
color: black;
opacity: 1.0;
}
nav ul {
list-style-type: disclosure-open;
}
.gallery {
max-width: content;
}
.larger {
font-size: larger;
}