feat: order dark mode; refreshed color palette

This commit is contained in:
2025-02-06 20:47:59 +01:00
parent 1b8bf5cc45
commit 99e55bb8b9
11 changed files with 347 additions and 140 deletions
+5 -10
View File
@@ -288,21 +288,17 @@ export default defineComponent({
}
select {
border: 2px solid white;
color: white;
background-color: $bgColDarker;
font-size: 1em;
width: 100%;
margin: 0;
padding: 0.15em;
&[disabled] {
color: gray;
}
}
option {
color: black;
}
}
.content {
@@ -319,7 +315,7 @@ export default defineComponent({
ul.train-list {
li {
background-color: #111;
background-color: $bgColDarker;
padding: 0.5em;
margin-top: 0.5em;
@@ -327,7 +323,6 @@ ul.train-list {
&.no-trains {
font-weight: bold;
background-color: #222;
cursor: default;
}