mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-28 11:37:10 +00:00
normalize heading CSS sizes
This commit is contained in:
@@ -60,16 +60,6 @@ body.ttrss_main {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size : 16px;
|
||||
}
|
||||
|
||||
h2,
|
||||
h3,
|
||||
h4 {
|
||||
font-size : 15px;
|
||||
}
|
||||
|
||||
p {
|
||||
hyphens: auto;
|
||||
}
|
||||
@@ -110,33 +100,22 @@ body.ttrss_main {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size : 18px;
|
||||
font-size : 20px;
|
||||
font-weight : 600;
|
||||
text-rendering: optimizelegibility;
|
||||
font-family : @fonts-ui;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size : 18px;
|
||||
font-weight : 600;
|
||||
text-rendering: optimizelegibility;
|
||||
font-family : @fonts-ui;
|
||||
}
|
||||
|
||||
h3, h4 {
|
||||
font-size : 16px;
|
||||
font-weight : 600;
|
||||
border: 0px solid @color-accent-light;
|
||||
border-bottom-width: 1px;
|
||||
text-rendering: optimizelegibility;
|
||||
font-family : @fonts-ui;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size : 13px;
|
||||
border: 0px solid @color-accent-light;
|
||||
border-bottom-width: 1px;
|
||||
font-weight : 600;
|
||||
text-rendering: optimizelegibility;
|
||||
font-family : @fonts-ui;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size : 14px;
|
||||
font-weight : 600;
|
||||
text-rendering: optimizelegibility;
|
||||
font-family : @fonts-ui;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user