mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-04 22:08:12 +00:00
Poprawiono kontrast karty scenerii
This commit is contained in:
@@ -251,7 +251,7 @@ li {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
background: #2a2a2a;
|
background: #222;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
margin: 0 auto 0.5em auto;
|
margin: 0 auto 0.5em auto;
|
||||||
|
|
||||||
|
|||||||
@@ -318,7 +318,7 @@ h3.timetable-header {
|
|||||||
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
|
||||||
gap: 0 0.5em;
|
gap: 0 0.5em;
|
||||||
|
|
||||||
background: $bgLigtherCol;
|
background: $bgCol;
|
||||||
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ $primaryCol: #2c2c2c;
|
|||||||
$secondaryCol: #01e733;
|
$secondaryCol: #01e733;
|
||||||
|
|
||||||
$bgCol: #4d4d4d;
|
$bgCol: #4d4d4d;
|
||||||
$bgLigtherCol: #555;
|
$bgLigtherCol: #5b5b5b;
|
||||||
|
|
||||||
$errorCol: #ff1919;
|
$errorCol: #ff1919;
|
||||||
$warningCol: #ffe15b;
|
$warningCol: #ffe15b;
|
||||||
|
|||||||
@@ -191,7 +191,7 @@ $sceneryBgCol: #333;
|
|||||||
width: 95%;
|
width: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
background: $sceneryBgCol;
|
background: #292929;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user