Browse Source

capitalized the wrong class

pull/1/head
wes 7 years ago
parent
commit
b8468723d0
  1. 2
      src/styles/riotblog.scss

2
src/styles/riotblog.scss

@ -60,7 +60,6 @@ a {
.post-text, .title, .post, .postnav {
text-align: center;
text-transform: capitalize;
border: 1px;
}
@ -120,6 +119,7 @@ p, h6, h4 {
}
.navigate-item {
text-transform: capitalize;
color: $branding !important;
&:hover {
color: $branding3 !important;

Loading…
Cancel
Save