mirror of
https://github.com/benbusby/farside.git
synced 2025-04-19 18:38:42 +00:00
parent
284710c7a9
commit
85510edc54
1 changed files with 9 additions and 0 deletions
|
@ -28,6 +28,15 @@
|
|||
ul {
|
||||
margin: 10px;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
html {
|
||||
color: #fff;
|
||||
background: #121517;
|
||||
}
|
||||
a:link, a:visited {
|
||||
color: #AA8AC1;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Reference in a new issue