diff options
| author | Fuwn <[email protected]> | 2024-01-11 02:34:32 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-11 02:34:32 -0800 |
| commit | 130394efb2c133397116d331bd069a82fbf7b22c (patch) | |
| tree | a71b2fde3488ae70493108a02b0ec319031f3c09 | |
| parent | feat(html): reorder categories (diff) | |
| download | startpage-130394efb2c133397116d331bd069a82fbf7b22c.tar.xz startpage-130394efb2c133397116d331bd069a82fbf7b22c.zip | |
feat(css): make time bigger
| -rw-r--r-- | css/index.css | 5 |
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; |