Skip to content

Commit 1c54f1c

Browse files
committed
Tweak CSS for beta page
1 parent 38d51c7 commit 1c54f1c

1 file changed

Lines changed: 7 additions & 19 deletions

File tree

css/beta.css

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
author : 1024jp <wolfrosch.com>
77
site : coteditor.com
88
target : beta page
9-
lastMod : 2025-08
9+
lastMod : 2026-03
1010
////////////////////////////////////// */
1111

1212
body {
1313
color: hsla(0,0%,100%,.67);
1414
background-color: hsl(203,3%,30%);
1515
text-align: center;
16-
font-size: 14px;
1716
}
1817

1918
a[href] {
@@ -53,7 +52,7 @@ body > header > img {
5352
padding: 8px;
5453
}
5554
body > header h1 {
56-
font: 64px/1.0 'Avenir', 'Helvetica Neue', sans-serif;
55+
font: 64px/1.0 ui-rounded, 'Avenir', 'Helvetica Neue', sans-serif;
5756
color: hsla(0,0%,100%,.25);
5857
margin: 10px;
5958
}
@@ -62,7 +61,7 @@ body > header h1 span {
6261
line-height: 0.8;
6362
font-weight: normal;
6463
display: inline-block;
65-
border-radius: 4px;
64+
border-radius: 0.2em;
6665
border: 2px solid hsla(0,0%,100%,.2);
6766
padding: 0 0.14em;
6867
margin-left: -0.1em;
@@ -71,9 +70,10 @@ body > header h1 span {
7170

7271
/* download */
7372
a.download {
73+
font-family: ui-rounded, 'Avenir', 'Helvetica Neue', sans-serif;
7474
font-size: 19px;
7575
padding: 0.5em 1em;
76-
margin: 1px;
76+
margin: 0.2em 0;
7777

7878
font-weight: 500;
7979
line-height: 1.2;
@@ -85,9 +85,9 @@ a.download {
8585
text-shadow: 0 1px 2px hsla(0,0%,0%,.16);
8686

8787
display: inline-block;
88-
border-radius: 4px;
88+
border-radius: 12px;
8989
border: none !important;
90-
background: linear-gradient(hsla(0,0%,100%,.04), hsla(0,0%,0%,.04));
90+
background: linear-gradient(hsla(0,0%,100%,.08), hsla(0,0%,0%,.08));
9191
background-color: hsl(87,55%,55%);
9292
box-shadow: 0 1px 3px hsla(0,0%,0%,.08);
9393
transition: background 0.3s;
@@ -130,15 +130,3 @@ p#issues {
130130
font-size: 120%;
131131
margin: 2em;
132132
}
133-
134-
135-
/* sns buttons */
136-
aside.sns {
137-
margin: 30px 0 -20px;
138-
}
139-
aside.sns li {
140-
display: inline-block;
141-
max-width: 80px;
142-
vertical-align: top;
143-
margin: 0 5px;
144-
}

0 commit comments

Comments
 (0)