You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
backgrounds, new banlist, bugfixes, presets
This commit is contained in:
@@ -59,7 +59,15 @@
|
||||
border: 1px solid var(--color-4);
|
||||
position: relative;
|
||||
z-index: 999;
|
||||
max-height: 400px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.dropdown .options.open-top {
|
||||
transform: initial;
|
||||
bottom: 100%;
|
||||
}
|
||||
|
||||
.dropdown .options .option {
|
||||
color: var(--color-4);
|
||||
padding: 7px;
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
body {
|
||||
font-family: 'Titillium Web', sans-serif;
|
||||
color: var(--color-text);
|
||||
background-color: var(--color-main);
|
||||
background: var(--color-main);
|
||||
background-blend-mode: multiply;
|
||||
transition: 0.3s ease-in-out background-color;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user