A handfull of fixes

This commit is contained in:
Michał Gdula 2022-09-21 14:23:17 +00:00
parent 95ad97f19d
commit e7f55dc062
8 changed files with 50 additions and 23 deletions

View file

@ -409,7 +409,7 @@
justify-content: space-between;
&:nth-child(even) {
background-color: #ffffff11;
background-color: #E8E3E311;
}
& > * {
@ -461,7 +461,7 @@
justify-content: space-between;
&:nth-child(even) {
background-color: #ffffff11;
background-color: #E8E3E311;
}
& > * {
@ -519,7 +519,7 @@
justify-content: space-between;
&:nth-child(even) {
background-color: #ffffff11;
background-color: #E8E3E311;
}
& > * {

View file

@ -7,7 +7,7 @@ $fg-alt: #151515;
$red: #B66467;
$orange: #FF7700;
$green: #8C977D;
$black: #151515;
$black: #121212;
$white: #E8E3E3;
$page-accent: #8C977D;