Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aerohub/hugo-identity-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Grosser <development@stp-ip.net>2017-04-11 22:49:49 +0300
committerMichael Grosser <development@stp-ip.net>2017-04-11 22:49:49 +0300
commit2c2609fd9738d3036333025dc6e8b8a3ccec79bb (patch)
tree26c045143e6d46e6d7015a4cfe148db7e77d1544
parent25261051f675fbcf1c046f72e5d0eebc3322a9ff (diff)
Fix custom background example
-rw-r--r--exampleSite/static/background.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/static/background.css b/exampleSite/static/background.css
index 48f08c5..c3adb90 100644
--- a/exampleSite/static/background.css
+++ b/exampleSite/static/background.css
@@ -1,4 +1,6 @@
body {
+ height: 100%;
+ background-color: #ffffff;
background-image: url("images/overlay.png"), -moz-linear-gradient(45deg, rgba(101,235,86,1) 0%, rgba(99,232,88,1) 1%, rgba(45,140,137,1) 34%, rgba(3,0,161,1) 100%), url("bg.jpg") !important;
background-image: url("images/overlay.png"), -webkit-linear-gradient(45deg, rgba(101,235,86,1) 0%, rgba(99,232,88,1) 1%, rgba(45,140,137,1) 34%, rgba(3,0,161,1) 100%), url("bg.jpg") !important;
background-image: url("images/overlay.png"), -ms-linear-gradient(45deg, rgba(101,235,86,1) 0%, rgba(99,232,88,1) 1%, rgba(45,140,137,1) 34%, rgba(3,0,161,1) 100%), url("bg.jpg") !important;