File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 137
137
<div class="ui red message">
138
138
<p class="text left">{{svg "octicon-alert"}} {{.locale.Tr "settings.delete_prompt" | Str2html}}</p>
139
139
{{if .UserDeleteWithComments}}
140
- <p class="text left gt-font-bold ">{{.locale.Tr "settings.delete_with_all_comments" .UserDeleteWithCommentsMaxTime | Str2html}}</p>
140
+ <p class="text left gt-font-semibold ">{{.locale.Tr "settings.delete_with_all_comments" .UserDeleteWithCommentsMaxTime | Str2html}}</p>
141
141
{{end}}
142
142
</div>
143
143
<form class="ui form ignore-dirty" id="delete-form" action="{{AppSubUrl}}/user/settings/account/delete" method="post">
Original file line number Diff line number Diff line change @@ -88,7 +88,6 @@ Gitea's private styles use `g-` prefix.
88
88
.gt-font-normal { font-weight : var (--font-weight-normal ) !important };
89
89
.gt-font-medium { font-weight : var (--font-weight-medium ) !important };
90
90
.gt-font-semibold { font-weight : var (--font-weight-semibold ) !important };
91
- .gt-font-bold { font-weight : var (--font-weight-bold ) !important };
92
91
93
92
.gt-rounded { border-radius : var (--border-radius ) !important ; }
94
93
.gt-rounded-top { border-radius : var (--border-radius ) var (--border-radius ) 0 0 !important ; }
You can’t perform that action at this time.
0 commit comments