Browse Source

capitalized the wrong class

pull/1/head
wes 8 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 { .post-text, .title, .post, .postnav {
text-align: center; text-align: center;
text-transform: capitalize;
border: 1px; border: 1px;
} }
@ -120,6 +119,7 @@ p, h6, h4 {
} }
.navigate-item { .navigate-item {
text-transform: capitalize;
color: $branding !important; color: $branding !important;
&:hover { &:hover {
color: $branding3 !important; color: $branding3 !important;

Loading…
Cancel
Save