This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
geeklabor_legacy/themes/geeklab/src/css/nested.css
Robert Kaussow c8627b6e5b
All checks were successful
the build was successful
Squashed: fix headers; add meta inforation
2018-12-23 16:04:58 +01:00

23 lines
321 B
CSS

.post-content a {
color:#0A539A;
text-decoration: underline;
}
.post-content a:hover {
background:#0A539A;
color:#FFFFFF;
text-decoration:none;
}
.post-content h2 {
font-weight: normal;
font-size: 1.35em
}
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
font-weight: normal;
}