This commit is contained in:
2025-02-09 23:03:34 +01:00
parent 6305e7ff75
commit 93b1292602
4 changed files with 13 additions and 14 deletions

View File

@ -11,24 +11,23 @@ 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;
color: white;
}
nav ul {
list-style-type: disclosure-open;
}
.toptitle {
background-image: url(/assets/img/ostraka.jpg);
background-repeat: no-repeat;
height: 200px;
font-size: 68px;
color: white;
text-shadow: 5px 2px black;
}
.gallery {
max-width: content;
}