mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-20 10:24:53 +00:00
Fixed radius errors, explained tags betterrrr
This commit is contained in:
parent
248154f37d
commit
b4e388ebcb
5 changed files with 42 additions and 27 deletions
|
@ -298,7 +298,7 @@
|
|||
|
||||
background-color: $page-accent;
|
||||
|
||||
border-radius: $rad;
|
||||
border-radius: calc($rad - (0.5rem + 3px));
|
||||
|
||||
font-family: $font-body;
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ $white: #E8E3E3;
|
|||
$page-accent: #8C977D;
|
||||
|
||||
$shadow: 6px 6px 2px #15151588;
|
||||
$rad: 0rem;
|
||||
$rad: 0.25rem;
|
||||
|
||||
$weight-bold: 621;
|
||||
$weight-normal: 400;
|
||||
|
@ -40,4 +40,6 @@ sans-serif;
|
|||
--white: #{$white};
|
||||
|
||||
--accent: #{$page-accent};
|
||||
|
||||
--rad: #{$rad};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue