This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
--smileos2-box: url(/static/content/smileos/SmileOS_2_Box.webp) 17 3 3 fill / 51px 9px 9px;
|
||||
--smileos2-font: 'Ultrafont2';
|
||||
--smileos2-emphasis: #FF4343;
|
||||
--line-height: normal;
|
||||
--header-line-height: normal;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -48,6 +50,7 @@ body {
|
||||
color: var(--text-color);
|
||||
font-size: var(--font-size);
|
||||
font-family: var(--font-family);
|
||||
line-height: var(--line-height);
|
||||
display: grid;
|
||||
grid-template-columns: auto auto;
|
||||
grid-template-rows: 1fr;
|
||||
@@ -58,6 +61,10 @@ body {
|
||||
width: 940px;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
line-height: var(--header-line-height);
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
grid-area: sidebar;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user