Add css for headlines
This commit is contained in:
parent
6457c34192
commit
1ec9ca3955
1 changed files with 16 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue