diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-15 01:44:01 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-15 01:44:01 +0500 |
| commit | 53a2e84af1ef1f35d835ef439260157038c70a46 (patch) | |
| tree | c1db7d2ec52960909b69a6eb4b56c2367a7f1106 /public/static/style.css | |
| parent | 29337b30b7071cff678a7be54161507f3eb278be (diff) | |
feat: tags
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/static/style.css b/public/static/style.css index a53d128..218df1a 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -562,6 +562,11 @@ a.box:hover { width: 100%; } +.font-weight-normal, +.font-weight-normal th { + font-weight: normal; +} + /** ------------- USER |
