diff options
Diffstat (limited to 'static/styles.sass')
-rw-r--r-- | static/styles.sass | 5 |
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 | ||
166 | img.distro-logo | ||
167 | height: 150px | ||
168 | |||
166 | a.btn:hover | 169 | a.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 | ||