This commit is contained in:
L3D 2022-10-28 22:42:29 +02:00
parent 5cbb126c61
commit c9a1959fe6
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -24,7 +24,10 @@ div.start {
a {
color: $font_default;
}
a:link, a:visited, a:active {
color: $font_accent_4;
text-decoration: none;
}
code {
color: $font_accent_4;
font-size: $font_size_code;