Skip to content

Commit d9554ce

Browse files
committed
0.9
1 parent 408d3e0 commit d9554ce

3 files changed

Lines changed: 57 additions & 48 deletions

File tree

css/ids.css

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
text-decoration: underline;
55
will-change: color;
66
text-decoration-thickness: 1px;
7-
text-underline-offset: 0.25em;
7+
text-underline-offset: 0.2em;
88
text-decoration-skip-ink: none;
99
text-decoration-color: rgba(var(--ids__link-RGB), 0.2);
1010
transition: color 0.5s ease, text-decoration 0.5s ease;
@@ -152,11 +152,6 @@
152152
@media (width < 767px) {
153153
padding-right: calc(var(--ids__density) * 0.75em);
154154
}
155-
156-
code {
157-
background: none;
158-
padding: 0;
159-
}
160155
}
161156

162157
& code {
@@ -167,7 +162,8 @@
167162
padding: 0.1em 0.25em;
168163
border-radius: 0.2em;
169164
color: rgba(var(--ids__code-RGB), 1);
170-
background: rgba(var(--ids__text-RGB), 0.05);
165+
border: 1px solid rgba(var(--ids__code-RGB), 0.1);
166+
background: rgba(var(--ids__code-RGB), 0.1);
171167
}
172168

173169
& figure {

css/settings.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
body {
1616
font-family: "Root UI";
1717
-webkit-font-smoothing: antialiased;
18-
font-weight: 400;
18+
font-weight: 400;
1919
}
2020

2121
/* Density */

0 commit comments

Comments
 (0)