toodego: a11y, improve styles of editorial pages (#34675)

This commit is contained in:
Frédéric Péters 2019-07-09 17:21:18 +02:00
parent 55fd0d5fd2
commit a4454838c7
1 changed files with 20 additions and 0 deletions

View File

@ -1040,12 +1040,32 @@ ul#evolutions span.user {
.gru-content div.cell.textcell.editorial {
padding: 2rem 4rem;
line-height: 140%;
@media screen and (max-width: $desktop-limit) {
padding: 0;
}
h1 {
margin: 1rem 0.5rem;
}
h2,
h2:first-child {
position: static;
text-align: left;
font-family: $font-family;
font-size: 24px;
background: transparent;
color: #333;
font-weight: bold;
text-transform: uppercase;
padding: 0;
margin: 1rem 0;
}
a {
text-decoration: underline;
&:hover {
text-decoration: none;
}
}
}
div.textcell.backlink {