Commit 6b146196669d79f0d84766af1620867bc701543a
1 parent
a678b431
правки
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/web/css/main.css
| ... | ... | @@ -56,7 +56,7 @@ body{position:relative;} |
| 56 | 56 | } |
| 57 | 57 | .why-us .button1{width: 190px;} |
| 58 | 58 | .static_logo_img{width:85px;} |
| 59 | -.static-about-link{color:#000;text-decoration: none;} | |
| 59 | +.static-about-link{color: #555555;text-decoration: none;} | |
| 60 | 60 | .static_logo_about{ |
| 61 | 61 | font-family: Arial, sans-serif!important; |
| 62 | 62 | transition: 0.3s; |
| ... | ... | @@ -72,7 +72,7 @@ body{position:relative;} |
| 72 | 72 | font-size: 11px; |
| 73 | 73 | text-transform: lowercase; |
| 74 | 74 | line-height: 13px; |
| 75 | - cursor: default; | |
| 75 | + cursor: pointer; | |
| 76 | 76 | } |
| 77 | 77 | #top { |
| 78 | 78 | background: #f6f6f6; | ... | ... |