Skip to content

Commit 39d0df9

Browse files
committed
update
1 parent bfcebbc commit 39d0df9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

themes/elby/assets/css/core.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ html, body {
1111
-webkit-text-size-adjust: 100%;
1212
}
1313

14-
a, aside, article, body, button, code, div, h1, h2, h3, h4, h5, h6,img, li, ol, p, pre, section, table, ul {
14+
a, aside, article, body, button, code, div, h1, h2, h3, h4, h5, h6, img, pre, section, table {
1515
margin: 0;
1616
padding: 0;
1717
min-width: 0;
@@ -72,7 +72,7 @@ hr {
7272
margin-bottom: var(--large-text);
7373
}
7474

75-
p { font-size: var(--small-text); }
75+
p { font-size: var(--small-text); line-height: var(--is-text-line-height); }
7676

7777
::selection {
7878
background: var(--is-highlight-color);

themes/elby/assets/css/root.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
--custom-font-1: "none";
55
--custom-font-2: "none";
66

7-
--is-header-line-height: 100%;
8-
--is-line-height: 1.56vw;
7+
--is-header-line-height: 110%;
8+
--is-text-ine-height: 150%;
99

1010

1111
--xxsmall-text: calc((.5rem) + (.2vw));

0 commit comments

Comments
 (0)