aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2019-06-27 19:37:45 +0200
committerxrs <xrs@mail36.net>2019-06-27 19:37:45 +0200
commitbfa61e3cf2e0d4adab0c81e0b0961f4aed1cb1e9 (patch)
treef1b76ad8a9fe434a855584ea3e733db4433a681a /static
parent2c6590451f7024190c45693daad7d926ba5541ec (diff)
downloadwww-bfa61e3cf2e0d4adab0c81e0b0961f4aed1cb1e9.tar.gz
www-bfa61e3cf2e0d4adab0c81e0b0961f4aed1cb1e9.zip
refactor install page; minor fixes
Diffstat (limited to 'static')
-rw-r--r--static/styles.sass5
1 files changed, 4 insertions, 1 deletions
diff --git a/static/styles.sass b/static/styles.sass
index 285a9bc2..53fb7edc 100644
--- a/static/styles.sass
+++ b/static/styles.sass
@@ -163,9 +163,12 @@ i.red
163 background-color: #678 163 background-color: #678
164 border-color: #68a 164 border-color: #68a
165 165
166img.distro-logo
167 height: 150px
168
166a.btn:hover 169a.btn:hover
167 transition: background-color 0.7s 170 transition: background-color 0.7s
168 background-color: #d00 171 background-color: #217fae
169 border-color: #fff 172 border-color: #fff
170 color: white !important 173 color: white !important
171 174