Private
Public Access
1
0

front page suggestions by Jos - everything a bit dark

This commit is contained in:
Sander Roosendaal
2018-10-18 11:22:53 +02:00
parent c6efed0fca
commit 3a5f42c797
4 changed files with 26 additions and 29 deletions

View File

@@ -366,7 +366,7 @@
padding: 1.2em 1.2em 1.2em 1.2em;
font-size: 1.3rem;
color: white;
background-color: rgba(0,0,0,0.3)
background-color: rgba(0,0,0,0.6)
}
.content h1 {
@@ -472,6 +472,8 @@
.main-content li {
margin: 0;
overflow-x: hidden;
margin-left: 15px;
margin-right: 15px;
}
@@ -575,7 +577,7 @@
.main-content {
display: grid;
grid-template-columns: repeat(3,1fr);
grid-template-columns: repeat(5,1fr);
grid-gap: 10px;
}

View File

@@ -277,7 +277,7 @@ th.rotate > div > span {
}
.whiteborder {
border: solid 1px white;
border: solid 2px #aaa;
}
.frontitem {