improve nav+toptitle design

This commit is contained in:
2025-02-09 23:02:20 +01:00
parent b40e5d220d
commit f371c0c3d2
2 changed files with 16 additions and 13 deletions

View File

@ -9,25 +9,28 @@ 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;
//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;
//background-blend-mode: luminosity;
//background-size: cover;
//opacity: 0.6;
}
nav a, nav ul {
color: black;
opacity: 1.0;
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;
}