Skip to content

Commit 1dffba4

Browse files
committed
Tweak stylesheet
1 parent b089493 commit 1dffba4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

css/common.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
author : 1024jp <wolfrosch.com>
77
site : coteditor.com
88
target : all pages
9-
lastMod : 2025-09
9+
lastMod : 2025-12
1010
////////////////////////////////////// */
1111

1212
/*___0.universal_reset_______________________________________________________*/
@@ -18,14 +18,15 @@
1818
font-weight: inherit;
1919
font-style: inherit;
2020
font-size-adjust: from-font;
21+
text-rendering: optimizeLegibility;
2122
text-autospace: normal;
2223
text-spacing-trim: trim-start;
2324
}
2425
img {
2526
border: none;
2627
}
2728
a {
28-
text-decoration: none;
29+
text-decoration-line: unset;
2930
transition: -webkit-filter 0.3s;
3031
}
3132
ul li {
@@ -133,7 +134,7 @@ dfn {
133134

134135
/* body */
135136
body {
136-
font: 15px 'Helvetica Neue', sans-serif;
137+
font: 15px -apple-system, 'Helvetica Neue', sans-serif;
137138
letter-spacing: 0.01em;
138139
color: hsl(0,0%,10%);
139140

css/releasenotes.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ p.important {
5757
}
5858

5959
article {
60-
font-size: 13px;
60+
font-size: 14px;
6161
}
6262

6363
article+section,

0 commit comments

Comments
 (0)