Frontend desing improvements (#28)

This commit is contained in:
konrad 2019-04-23 19:50:37 +00:00 committed by Gitea
parent 2631b39678
commit ad6ba80021
6 changed files with 123 additions and 77 deletions

View file

@ -217,7 +217,7 @@
}
body {
background: url('../public/images/llama.svg') no-repeat bottom left fixed darken(#fff, 4);
background: url('../public/images/llama.svg') no-repeat bottom left fixed $light-background;
min-height: 100vh;
}
@ -237,3 +237,7 @@ h1,h2,h3,h4,h5,h6{
.buttonright {
margin-right: 0.5rem;
}
.navbar.main-theme {
background: $light-background;
}