This commit is contained in:
2025-02-09 03:32:00 +01:00
parent be10883b4b
commit 6305e7ff75
12 changed files with 618 additions and 169 deletions

View File

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