mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-28 06:13:12 +00:00
A handfull of fixes
This commit is contained in:
parent
95ad97f19d
commit
e7f55dc062
8 changed files with 50 additions and 23 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
& > * {
|
||||
|
|
|
@ -7,7 +7,7 @@ $fg-alt: #151515;
|
|||
$red: #B66467;
|
||||
$orange: #FF7700;
|
||||
$green: #8C977D;
|
||||
$black: #151515;
|
||||
$black: #121212;
|
||||
$white: #E8E3E3;
|
||||
|
||||
$page-accent: #8C977D;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue