some content styling

This commit is contained in:
Nazar Kanaev
2020-07-04 16:50:27 +01:00
parent e8c2c1e619
commit 5fc436a36b
2 changed files with 16 additions and 2 deletions

View File

@@ -202,3 +202,17 @@ select.form-control:not([multiple]):not([size]) {
background: #f5f7f9;
box-shadow: none;
}
.content a:hover {
text-decoration: none;
}
.content blockquote {
border-left: 3px solid #22262a;
padding-left: 1rem;
}
.content img {
width: 100%;
height: auto;
}