Frontend desing improvements (#28)
This commit is contained in:
parent
2631b39678
commit
ad6ba80021
6 changed files with 123 additions and 77 deletions
|
|
@ -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;
|
||||
}
|
||||
Reference in a new issue