changed link colors

This commit is contained in:
Juli 2024-09-15 12:02:01 +03:00
parent b298f578e1
commit 26ccf8ee97

View file

@ -10,6 +10,13 @@ body * {
color: #cdd6f4; color: #cdd6f4;
font-family: 'Atkinson Hyperlegible', 'Roboto Mono', Arial, sans-serif; font-family: 'Atkinson Hyperlegible', 'Roboto Mono', Arial, sans-serif;
} }
a {
color: #f5c2e7;
}
a:hover {
color: #f38ba8;
}
.page { .page {
display: flex; display: flex;
width: 65%; width: 65%;