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:
parent
353cbc1fd8
commit
644a7efdeb
@ -43,3 +43,24 @@ img {
|
|||||||
float: right !important;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user