mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
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:
parent
b2d9efa744
commit
2d5cea2808
@ -1,7 +1,3 @@
|
||||
html {
|
||||
background-color: #232629;
|
||||
}
|
||||
|
||||
.section {
|
||||
background: none;
|
||||
}
|
||||
|
@ -3,10 +3,6 @@
|
||||
display: none
|
||||
}
|
||||
|
||||
html {
|
||||
background-color: #232629;
|
||||
}
|
||||
|
||||
.section {
|
||||
background: none;
|
||||
}
|
||||
|
@ -1,5 +1,8 @@
|
||||
.hero {
|
||||
html {
|
||||
background-color: #232629;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #eff0f1;
|
||||
}
|
||||
|
||||
|
@ -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" %}
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user