switch to single-page layout
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user