Less specific classes is better
we can set CSS properties on the actual HTML elements, here the background color of the html/body
This commit is contained in:
parent
971eba1355
commit
61ee840e19
@ -28,6 +28,8 @@ $family-secondary: 'Comfortaa', cursive;
|
||||
// $green: #007932; // hsl(141, 53%, 53%);
|
||||
// $footer-background-color: $light;
|
||||
|
||||
$text: $grey-dark;
|
||||
$body-background-color: #FAFCFE;
|
||||
@import 'bulma/bulma';
|
||||
|
||||
.is-font-logo {
|
||||
|
@ -11,7 +11,7 @@
|
||||
<%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %>
|
||||
</head>
|
||||
|
||||
<body class="has-background-white-bis">
|
||||
<body>
|
||||
<!-- Wrapper -->
|
||||
<div id="wrapper" class="has-text-centered-mobile">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user