refactor: improve styling a bit

This commit is contained in:
rramiachraf
2024-06-09 21:29:17 +01:00
parent 840d23e931
commit e6e9d5b16d
8 changed files with 118 additions and 32 deletions

View File

@ -57,6 +57,10 @@ a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
body.dark {
background-color: #181d31;
}