This commit is contained in:
Marc Beninca 2023-05-29 15:23:33 +02:00
parent 2fb14b545f
commit 7da14cfce4

View file

@ -8,3 +8,10 @@ background: rgb(0,0,0);
color: rgb(160,160,160);
font-family: sans;
}
a {
color: rgb(128,160,128);
}
a:hover {
color: rgb(160,128,128);
}