Specify dark mode.
Fixes black text appearing on very dark background.
This commit is contained in:
@ -160,6 +160,11 @@
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #333333;
|
||||
color:white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
Reference in New Issue
Block a user