Updated some CSS files

It will now properly use a single rule to style page background across all pages (html rule at style.css).
This commit is contained in:
Bobby Wibowo 2018-07-12 13:50:53 +07:00
parent b2d9efa744
commit 2d5cea2808
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
5 changed files with 6 additions and 11 deletions

View File

@ -1,7 +1,3 @@
html {
background-color: #232629;
}
.section {
background: none;
}

View File

@ -3,10 +3,6 @@
display: none
}
html {
background-color: #232629;
}
.section {
background: none;
}

View File

@ -1,5 +1,8 @@
.hero {
html {
background-color: #232629;
}
body {
color: #eff0f1;
}

View File

@ -13,7 +13,7 @@
v2: Images and config files (manifest.json, browserconfig.xml, etc).
v3: CSS and JS files (libs such as bulma, lazyload, etc).
#}
{% set v1 = "dSRVE9qwPF" %}
{% set v1 = "BvoZYURztW" %}
{% set v2 = "Ii3JYKIhb0" %}
{% set v3 = "HrvcYD3KTh" %}

View File

@ -16,7 +16,7 @@
{% block content %}
{{ super() }}
<section id="login" class="hero is-fullheight" style="background-color: #232629">
<section id="login" class="hero is-fullheight">
<div class="hero-body">
<div class="container">
<div class="columns is-centered">