some content styling
This commit is contained in:
parent
e8c2c1e619
commit
5fc436a36b
2 changed files with 16 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue