refactor(www): use the same style
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
"Segoe UI",
|
||||
sans-serif;
|
||||
color: var(--text);
|
||||
font-size: 18px; /* increased base text size */
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
@@ -76,7 +77,7 @@
|
||||
border-radius: 999px;
|
||||
background: var(--accent-soft);
|
||||
color: var(--accent);
|
||||
font-size: 11px;
|
||||
font-size: 13px; /* slightly larger */
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.11em;
|
||||
margin-bottom: 20px;
|
||||
@@ -92,7 +93,7 @@
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 32px;
|
||||
font-size: 36px; /* increased */
|
||||
line-height: 1.2;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
@@ -104,14 +105,14 @@
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 15px;
|
||||
font-size: 18px; /* increased */
|
||||
color: var(--muted);
|
||||
margin-bottom: 16px;
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.lead {
|
||||
font-size: 16px;
|
||||
font-size: 19px; /* increased */
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
@@ -139,7 +140,7 @@
|
||||
}
|
||||
|
||||
footer.icon-credit {
|
||||
font-size: 11px;
|
||||
font-size: 13px; /* increased */
|
||||
color: var(--muted);
|
||||
text-align: center;
|
||||
opacity: 0.9;
|
||||
@@ -158,11 +159,11 @@
|
||||
|
||||
@media (max-width: 480px) {
|
||||
h1 {
|
||||
font-size: 26px;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.lead {
|
||||
font-size: 15px;
|
||||
font-size: 17px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@@ -181,9 +182,6 @@
|
||||
</div>
|
||||
|
||||
<h1>Hello from <span class="highlight">cws</span>!</h1>
|
||||
<p class="lead">
|
||||
Your lightweight C web server is up and ready.
|
||||
</p>
|
||||
<p>
|
||||
You’re seeing the default homepage served by
|
||||
<strong>cws</strong>. Replace this file or point your
|
||||
|
||||
Reference in New Issue
Block a user