mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-05-03 16:43:25 +00:00
css: fine-tune h4, h5, h6 headings font-sizes
Else h6 was quite a bit tinier than the actual paragraph text, and it doesn't hurts that h4 stands a bit out more. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
450dc469d9
commit
a0fdba3295
@ -30,6 +30,17 @@ div.admonitionblock td.icon > img {
|
||||
padding: 0.15em;
|
||||
}
|
||||
|
||||
/* Fine-tune headings a bit */
|
||||
h4 {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
h5 {
|
||||
font-size: 1.05em;
|
||||
}
|
||||
h6 {
|
||||
font-size: 1.0em;
|
||||
}
|
||||
|
||||
@media screen and (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
color-scheme: dark;
|
||||
|
Loading…
Reference in New Issue
Block a user