Reduce font size generally
This commit is contained in:
parent
59c8c30fb5
commit
954e76fe1f
@ -58,11 +58,12 @@
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
font-family: Georgia, serif;
|
font-family: Georgia, serif;
|
||||||
font-size: 1.3em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
background: var(--nc-bg-1);
|
background: var(--nc-bg-1);
|
||||||
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6, .button-primary, .button, header, footer {
|
h1, h2, h3, h4, h5, h6, .button-primary, .button, header, footer {
|
||||||
@ -94,10 +95,6 @@ hr {
|
|||||||
opacity: 25%;
|
opacity: 25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
|
||||||
font-size: 0.8rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Undo the coloring that new.css does */
|
/* Undo the coloring that new.css does */
|
||||||
table tr:nth-child(even) {
|
table tr:nth-child(even) {
|
||||||
background-color: initial;
|
background-color: initial;
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<table>
|
<table>
|
||||||
|
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col span="1" style="width: 6rem;">
|
<col span="1" style="width: 7rem;">
|
||||||
<col span="1">
|
<col span="1">
|
||||||
<col span="1" style="width: 50%;">
|
<col span="1" style="width: 50%;">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
|
Loading…
Reference in New Issue
Block a user