diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index 9dad2d9..33aa793 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -56,7 +56,7 @@ body{position:relative;} } .why-us .button1{width: 190px;} .static_logo_img{width:85px;} -.static-about-link{color:#000;text-decoration: none;} +.static-about-link{color: #555555;text-decoration: none;} .static_logo_about{ font-family: Arial, sans-serif!important; transition: 0.3s; @@ -72,7 +72,7 @@ body{position:relative;} font-size: 11px; text-transform: lowercase; line-height: 13px; - cursor: default; + cursor: pointer; } #top { background: #f6f6f6; -- libgit2 0.21.4