mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-16 03:21:48 +01:00
Simplified web view
This commit is contained in:
16
.github/web-viewer/index.html
vendored
16
.github/web-viewer/index.html
vendored
@ -8,8 +8,20 @@
|
||||
<style>
|
||||
* {
|
||||
font-family: monospace, monospace;
|
||||
color: white;
|
||||
background-color: #292929;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
* {
|
||||
color: black;
|
||||
background-color: white;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
* {
|
||||
color: white;
|
||||
background-color: #292929;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user