mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-03 10:55:49 +00:00
Add dark mode support for clarity theme
This commit is contained in:
parent
d28a1c137e
commit
402e047179
1 changed files with 14 additions and 0 deletions
|
|
@ -40,3 +40,17 @@ a {
|
|||
#gravatar {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
@media only screen and (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background-color: #121212;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #bbc0c3;
|
||||
}
|
||||
|
||||
p {
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue