Explorar el Código

Give page darker background

Andrew Swistak hace 6 años
padre
commit
6663a0a85d
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      app/javascript/packs/frontend/assets/stylesheets/app.scss

+ 5 - 1
app/javascript/packs/frontend/assets/stylesheets/app.scss

@@ -4,8 +4,12 @@ $border-radius: 0 !default;
 $border-radius-lg: 0 !default;
 $border-radius-sm: 0 !default;
 
+html,
+body,
 main#app {
-  //background-color: #dfdfdf;
+  height: 100%;
+  background-color: #424242;
+  color: #fff;
 }
 
 @import '~bootstrap/scss/bootstrap.scss';