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

25 lines
359 B
CSS
Raw Normal View History

2019-02-13 10:25:03 +01:00
.post-content a,
.post-footer a {
color:#0A539A;
text-decoration: underline;
}
2019-02-13 10:25:03 +01:00
.post-content a:hover,
.post-footer a:hover {
background:#0A539A;
color:#FFFFFF;
text-decoration:none;
}
2018-10-13 03:32:08 +02:00
.post-content h2 {
font-weight: normal;
font-size: 1.35em
}
2018-10-13 03:32:08 +02:00
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
font-weight: normal;
}