This repository has been archived on 2021-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
theme-geeklab/src/css/nested.css

11 lines
157 B
CSS

.post-content a {
color:#0A539A;
text-decoration: underline;
}
.post-content a:hover {
background:#0A539A;
color:#FFFFFF;
text-decoration:none;
}