Commit 1c814f93d7371e66671e992cb91672a40523e0ef
1 parent
2192fa6d
form view
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
frontend/web/css/custom.css
... | ... | @@ -293,4 +293,11 @@ img.img-responsive.img-circle { |
293 | 293 | } |
294 | 294 | #sect7 .heading { |
295 | 295 | margin-bottom: 30px; |
296 | +} | |
297 | +#back-to-top{ | |
298 | + background: #ff9701; | |
299 | +} | |
300 | +#back-to-top:hover { | |
301 | + background: #735120; | |
302 | + color: #fff; | |
296 | 303 | } |
297 | 304 | \ No newline at end of file | ... | ... |