this looks better
All checks were successful
update neo with compose files / update (push) Successful in 7s

This commit is contained in:
Didier Slof 2023-04-30 00:40:01 +02:00
parent 1509b8540b
commit 09a3007cc4

View file

@ -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>