From 1c814f93d7371e66671e992cb91672a40523e0ef Mon Sep 17 00:00:00 2001 From: zhegal Date: Tue, 5 Dec 2017 18:28:26 +0200 Subject: [PATCH] form view --- frontend/web/css/custom.css | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index ae3d45f..b9cc415 100644 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -293,4 +293,11 @@ img.img-responsive.img-circle { } #sect7 .heading { margin-bottom: 30px; +} +#back-to-top{ + background: #ff9701; +} +#back-to-top:hover { + background: #735120; + color: #fff; } \ No newline at end of file -- libgit2 0.21.4