Browse Source
Changed sidebar colors on hover and active
writing-page-updates
Anxhelo Lushka
6 years ago
No known key found for this signature in database
GPG Key ID: 86086158C83770F8
7 changed files with
17 additions and
10 deletions
-
_includes/components/footer.html
-
BIN
_site/assets/images/placeholder.jpg
-
_site/assets/styles/layout.scss
-
_site/assets/styles/main.css
-
_site/components/index.html
-
BIN
assets/images/placeholder.jpg
-
assets/styles/layout.scss
|
|
@ -25,7 +25,6 @@ |
|
|
|
<li><a href="#">contribute</a></li> |
|
|
|
<li><a href="#">donate</a></li> |
|
|
|
<li><a href="#">partners</a></li> |
|
|
|
<li><a href="#">run OONI</a></li> |
|
|
|
</ul> |
|
|
|
<ul class="col-lg-3 col-md-4 col-sm-6 col-xs-12 mb-5" id="footer-socialMedia-menu"> |
|
|
|
<span>Follow us</span> |
|
|
|
Width:
|
Height:
|
Size: 64 KiB
Width:
|
Height:
|
Size: 74 KiB
|
|
|
@ -36,10 +36,14 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.sidebar__link__light { |
|
|
|
color: $oc-gray-9 !important; |
|
|
|
color: $oc-gray-6 !important; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
color: $secondary !important; |
|
|
|
color: $oc-black !important; |
|
|
|
} |
|
|
|
|
|
|
|
&:active { |
|
|
|
color: $primary; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -8,8 +8,9 @@ |
|
|
|
|
|
|
|
.sidebar-wrapper { background-color: #dee2e6; } |
|
|
|
|
|
|
|
.sidebar__link__light { color: #212529 !important; } |
|
|
|
.sidebar__link__light:hover { color: #60AB60 !important; } |
|
|
|
.sidebar__link__light { color: #868e96 !important; } |
|
|
|
.sidebar__link__light:hover { color: #000000 !important; } |
|
|
|
.sidebar__link__light:active { color: #4661A9; } |
|
|
|
|
|
|
|
.row { margin: auto !important; } |
|
|
|
|
|
|
|
|
|
@ -287,7 +287,6 @@ |
|
|
|
<li><a href="#">contribute</a></li> |
|
|
|
<li><a href="#">donate</a></li> |
|
|
|
<li><a href="#">partners</a></li> |
|
|
|
<li><a href="#">run OONI</a></li> |
|
|
|
</ul> |
|
|
|
<ul class="col-lg-3 col-md-4 col-sm-6 col-xs-12 mb-5" id="footer-socialMedia-menu"> |
|
|
|
<span>Follow us</span> |
|
|
|
Width:
|
Height:
|
Size: 64 KiB
Width:
|
Height:
|
Size: 74 KiB
|
|
|
@ -36,10 +36,14 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.sidebar__link__light { |
|
|
|
color: $oc-gray-9 !important; |
|
|
|
color: $oc-gray-6 !important; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
color: $secondary !important; |
|
|
|
color: $oc-black !important; |
|
|
|
} |
|
|
|
|
|
|
|
&:active { |
|
|
|
color: $primary; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|