mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2024-11-06 15:45:54 -05:00
Basic Dark
This commit is contained in:
parent
f4ef699d32
commit
c7d87bf119
1 changed files with 7 additions and 0 deletions
|
@ -16,6 +16,13 @@
|
|||
*/
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background-color: #222;
|
||||
color: #f8f8f8;
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
margin: 2rem 2rem 1rem 2rem;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue