Updated the style of the menu, removed useless CSS

This commit is contained in:
2022-07-18 01:10:21 +02:00
parent 0cc8958173
commit d6a4bb4bb3
3 changed files with 28 additions and 15 deletions

View File

@@ -5,6 +5,21 @@
* You should not modify this file.
*/
/* Enable smooth scrolling for footnotes. */
html {
scroll-behavior: smooth;
}
ol > li > ::first-line {
line-height: 3.1em;
}
/*
* Dark theme
*/
@media (prefers-color-scheme: dark) {
body {
color: #eee;