this looks better
All checks were successful
update neo with compose files / update (push) Successful in 7s
All checks were successful
update neo with compose files / update (push) Successful in 7s
This commit is contained in:
parent
1509b8540b
commit
09a3007cc4
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body {
|
||||||
|
color: #ddd;
|
||||||
|
background-color: #333;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Reference in a new issue