diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-13 11:02:10 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-13 11:02:10 +0800 |
commit | 15b218f2f8d0429dca69ef8cdbdef4485ba0c745 (patch) | |
tree | f066e1c1c42a29fb23a0ecc217801a23a0f03112 /static/style.css | |
parent | {group_,}index: Use name_desc_t (diff) | |
download | forge-15b218f2f8d0429dca69ef8cdbdef4485ba0c745.tar.gz forge-15b218f2f8d0429dca69ef8cdbdef4485ba0c745.tar.zst forge-15b218f2f8d0429dca69ef8cdbdef4485ba0c745.zip |
repo_tree_file: Add padding
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 043da38..7869708 100644 --- a/static/style.css +++ b/static/style.css @@ -53,6 +53,9 @@ footer a:link, footer a:visited { max-width: 60rem; padding: 0 5px; } +.padding { + padding: 0 5px; +} a:link, a:visited { text-decoration-color: var(--text-decoration-color); color: var(--link-color); |