mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 16:40:26 +03:00
Updating site color palette
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
$background-border: rgba(0, 0, 0, .09);
|
||||
$background-image: '/assets/background.svg';
|
||||
|
||||
html {
|
||||
@ -6,6 +5,6 @@ html {
|
||||
}
|
||||
|
||||
body {
|
||||
border-left: 1px solid $background-border;
|
||||
border-right: 1px solid $background-border;
|
||||
border-left: 1px solid $color-bg-alt;
|
||||
border-right: 1px solid $color-bg-alt;
|
||||
}
|
||||
|
Reference in New Issue
Block a user