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