summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-11 02:34:32 -0800
committerFuwn <[email protected]>2024-01-11 02:34:32 -0800
commit130394efb2c133397116d331bd069a82fbf7b22c (patch)
treea71b2fde3488ae70493108a02b0ec319031f3c09
parentfeat(html): reorder categories (diff)
downloadstartpage-130394efb2c133397116d331bd069a82fbf7b22c.tar.xz
startpage-130394efb2c133397116d331bd069a82fbf7b22c.zip
feat(css): make time bigger
-rw-r--r--css/index.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/index.css b/css/index.css
index c22da01..f5da741 100644
--- a/css/index.css
+++ b/css/index.css
@@ -67,6 +67,11 @@ img {
margin-top: 35px;
}
+#time {
+ font-size: 1.5em;
+ font-weight: 600;
+}
+
a {
color: var(--foreground);
text-decoration: none;