Added Engines select bar

git-svn-id: file:///srv/svn/repo/mai/trunk@19 e410bdd4-646f-c54f-a7ce-fffcc4f439ae
This commit is contained in:
manerakai
2023-08-31 05:30:06 +00:00
parent b97128e5f7
commit a550111b23
3 changed files with 24 additions and 0 deletions

View File

@@ -136,6 +136,10 @@ div.translations {
grid-area: translations;
}
a {
text-decoration: none;
}
@media screen and (prefers-color-scheme: dark) {
body {
background-color: #212529;