Poprawiono kontrast karty scenerii

This commit is contained in:
2022-05-20 23:22:04 +02:00
parent bc5b4a7f76
commit 2042f7f430
4 changed files with 4 additions and 4 deletions
@@ -251,7 +251,7 @@ li {
justify-content: center;
align-items: center;
background: #2a2a2a;
background: #222;
padding: 0.5em;
margin: 0 auto 0.5em auto;
@@ -318,7 +318,7 @@ h3.timetable-header {
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
gap: 0 0.5em;
background: $bgLigtherCol;
background: $bgCol;
cursor: pointer;
z-index: 10;
+1 -1
View File
@@ -2,7 +2,7 @@ $primaryCol: #2c2c2c;
$secondaryCol: #01e733;
$bgCol: #4d4d4d;
$bgLigtherCol: #555;
$bgLigtherCol: #5b5b5b;
$errorCol: #ff1919;
$warningCol: #ffe15b;
+1 -1
View File
@@ -191,7 +191,7 @@ $sceneryBgCol: #333;
width: 95%;
}
background: $sceneryBgCol;
background: #292929;
padding: 1em;
margin: 1rem 0;