Add css for headlines

This commit is contained in:
Maximiliano Sandoval R 2020-10-10 23:54:46 +02:00
parent 6457c34192
commit 1ec9ca3955
No known key found for this signature in database
GPG key ID: DAF997B4C5A9DF5A

View file

@ -412,6 +412,22 @@ box.folded-history
padding-right: 6px;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
font-weight: bold;
}
.h1 {
font-size: xx-large;
}
.h2 {
font-size: x-large;
}
.h3 {
font-size: large;
}
#clip-container {
border-radius: 6px;
}