ui style tweaks

This commit is contained in:
Nazar Kanaev
2020-07-10 21:17:01 +01:00
parent 6753a113ad
commit 9583b4b8d7
3 changed files with 19 additions and 12 deletions

View File

@@ -203,6 +203,11 @@ select.form-control:not([multiple]):not([size]) {
box-shadow: none;
}
.content {
font-size: 1.2rem;
line-height: 1.6;
}
.content a:hover {
text-decoration: none;
}