diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-10 23:47:01 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-10 23:47:01 +0800 |
commit | 37d06318440f4db057e3d3b4739c774fa0e7f110 (patch) | |
tree | dc21a4d20c0d65f0061df0da0c1cc674ba997d09 /templates/group.tmpl | |
parent | css: Make --danger-color actually red (diff) | |
download | forge-37d06318440f4db057e3d3b4739c774fa0e7f110.tar.gz forge-37d06318440f4db057e3d3b4739c774fa0e7f110.tar.zst forge-37d06318440f4db057e3d3b4739c774fa0e7f110.zip |
css, html: Rounded corners
Diffstat (limited to 'templates/group.tmpl')
-rw-r--r-- | templates/group.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/group.tmpl b/templates/group.tmpl index c0f43d4..9c8c9eb 100644 --- a/templates/group.tmpl +++ b/templates/group.tmpl @@ -22,7 +22,7 @@ {{- if .direct_access -}} <div class="padding-wrapper"> <form method="POST" enctype="application/x-www-form-urlencoded"> - <table> + <table class="rounded"> <thead> <tr> <th class="title-row" colspan="2"> |