diff options
Diffstat (limited to 'src/styles/main.scss')
-rw-r--r-- | src/styles/main.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss index a53778f..da776ea 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -7,6 +7,7 @@ html { background-size: cover; -webkit-overflow-scrolling: touch; user-select: none; + background-color: map-get($colors, background); } @keyframes zoomIn { @@ -72,6 +73,10 @@ body { line-height: $header_size*0.30; } } + .button:hover { + background-color: map-get($colors, primary); + } + } .infoContainer { |