mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-03 16:10:26 +03:00
11
_scss/components/_background.scss
Normal file
11
_scss/components/_background.scss
Normal file
@ -0,0 +1,11 @@
|
||||
$background-border: rgba(0, 0, 0, .09);
|
||||
$background-image: '/assets/background.svg';
|
||||
|
||||
html {
|
||||
background: $color-bg url($background-image) repeat fixed;
|
||||
}
|
||||
|
||||
body {
|
||||
border-left: 1px solid $background-border;
|
||||
border-right: 1px solid $background-border;
|
||||
}
|
Reference in New Issue
Block a user