colors, dates

This commit is contained in:
j 2022-05-03 13:10:35 +01:00
commit 2170a219f5
3 changed files with 25 additions and 5 deletions

View file

@ -126,14 +126,14 @@ p {
}
p {
a, a:visited, a:active, a:hover {
color: #c34528;
color: #efc239;
}
}
}
.reference {
color: #333;
font-size: 11px;
font-size: 11px !important;
line-height: 1em;
margin-top: 64px;
}
@ -198,6 +198,24 @@ p {
background: transparent;
color: #fff;
}
.thanks {
color: #b0a39d;
max-width: 800px;
margin: auto;
background-color: rgba(1,1,1, 0.5);
border-radius: 10px;
padding: 16px;
font-size: 20px;
h2,p {
color: #ddd;
}
p {
font-size: 20px;
}
a, a:visited, a:active, a:hover {
color: #efc239;
}
}
}
#menu {
@ -233,6 +251,7 @@ p {
line-height: 1.5em;
font-size: 36px;
a, a:visited, a:active, a:hover {
color: #efc239;
}
}
}