diff options
Diffstat (limited to 'web_src/css/helpers.css')
-rw-r--r-- | web_src/css/helpers.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/css/helpers.css b/web_src/css/helpers.css index bd1fb992ac..f832eff786 100644 --- a/web_src/css/helpers.css +++ b/web_src/css/helpers.css @@ -71,7 +71,7 @@ Gitea's private styles use `g-` prefix. .gt-no-underline { text-decoration-line: none !important; } .gt-w-auto { width: auto !important; } .gt-normal-case { text-transform: none !important; } - +.gt-italic { font-style: italic !important; } .gt-overflow-x-auto { overflow-x: auto !important; } .gt-overflow-x-scroll { overflow-x: scroll !important; } .gt-overflow-y-hidden { overflow-y: hidden !important; } |