0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00

Added a perfect dark theme

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2019-05-04 04:51:17 +04:00
parent 6364c265d3
commit 8ecf890fa1
5 changed files with 50 additions and 110 deletions

View File

@ -8,6 +8,8 @@
}
html {
background-color: $color-html;
background-image: url('/assets/background.svg');
height: 100%;
overflow-y: scroll;
}