Clean up HTML&CSS

This commit is contained in:
Andrew-71 2024-03-29 14:58:24 +03:00
parent 1ba9c87184
commit a66e26477c
5 changed files with 6 additions and 11 deletions

View file

@ -12,8 +12,7 @@ body {
display: flex;
flex-direction: column;
}
/* Red links! */
h2 { margin-bottom:12px; }
a, a:visited { color: #f85552; }
a:hover, a:visited:hover { color: #e66868; }