1
0
mirror of https://github.com/Mikaela/cv.git synced 2025-02-10 19:40:57 +01:00

main.scss: import dark theme from aminda.eu

This commit is contained in:
Aminda Suomalainen 2024-05-29 08:27:20 +03:00
parent 353cbc1fd8
commit 644a7efdeb
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -43,3 +43,24 @@ img {
float: right !important;
}
}
// Customize the dark theme to be more me
@media (prefers-color-scheme: dark) {
* {
color: #ffb700 !important;
border-color: #ffb700 !important;
background-color: #000000 !important;
}
.site-nav {
color-scheme: only dark !important;
color: #ffb700 !important;
background-color: #000000 !important;
color: #ffb700 !important;
}
// I don't want links to be restored to amber'
a {
color: revert !important;
}
}