diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-21 11:03:25 -0700 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-21 11:03:25 -0700 |
commit | 1827645a82259230f45aa8f9f18cc7ccb51a9e77 (patch) | |
tree | d3f2f642814ab7346e995e7fb6a1fc691713f15a /assets/less | |
parent | 78744c5f84fbc30b1c972195244292c3b7781c22 (diff) | |
parent | 1e4cae1e54d6081575563616d0c39a7c2c01d512 (diff) |
Merge pull request #146 from jenil27/gh-pages
Update the splash bg and section bg
Diffstat (limited to 'assets/less')
-rw-r--r-- | assets/less/bootswatch.less | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/assets/less/bootswatch.less b/assets/less/bootswatch.less index afb22388..b64f3e93 100644 --- a/assets/less/bootswatch.less +++ b/assets/less/bootswatch.less @@ -37,12 +37,16 @@ footer { } .splash { - - background-color: #19232F; - background-color: #1C2533; - padding: 6em 0 2em; - color: #fff; - text-align: center; + background-color: #1c2533; + background: -webkit-linear-gradient(70deg,#080f1f 30%,#2b4b5a 87%,#435e67 100%); + background: -o-linear-gradient(70deg,#080f1f 30%,#2b4b5a 87%,#435e67 100%); + background: -ms-linear-gradient(70deg,#080f1f 30%,#2b4b5a 87%,#435e67 100%); + background: -moz-linear-gradient(70deg,#080f1f 30%,#2b4b5a 87%,#435e67 100%); + background: linear-gradient(20deg,#080f1f 30%,#2b4b5a 87%,#435e67 100%); + background-attachment: fixed; + padding: 6em 0 2em; + color: #fff; + text-align: center; .alert { margin: 4em 0 2em; @@ -61,7 +65,7 @@ footer { padding: 4em 0 3em; border-top: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1); - background-color: #E2F2F3; + background-color: #eaf1f1; [class^="icon-"] { margin-right: 0.5em; @@ -79,7 +83,7 @@ footer { .preview { margin-bottom: 4em; - background-color: #E2F2F3; + background-color: #eaf1f1; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 6px; |