@@ -8,9 +8,6 @@ Gitea's private styles use `g-` prefix.
88.gt-dif { display : inline-flex !important ; }
99.gt-dib { display : inline-block !important ; }
1010.gt-ac { align-items : center !important ; }
11- .gt-ab { align-items : baseline !important ; }
12- .gt-tc { text-align : center !important ; }
13- .gt-tl { text-align : left !important ; }
1411.gt-jc { justify-content : center !important ; }
1512.gt-js { justify-content : flex-start !important ; }
1613.gt-je { justify-content : flex-end !important ; }
@@ -21,7 +18,6 @@ Gitea's private styles use `g-` prefix.
2118.gt-vm { vertical-align : middle !important ; }
2219.gt-w-100 { width : 100% !important ; }
2320.gt-h-100 { height : 100% !important ; }
24- .gt-br-0 { border-radius : 0 !important ; }
2521
2622.gt-mono {
2723 font-family : var (--fonts-monospace ) !important ;
@@ -88,6 +84,10 @@ Gitea's private styles use `g-` prefix.
8884.gt-float-right { float : right !important ; }
8985.gt-clear-both { clear : both !important ; }
9086
87+ .gt-text-center { text-align : center !important ; }
88+ .gt-text-left { text-align : left !important ; }
89+ .gt-text-right { text-align : right !important ; }
90+
9191.gt-font-light { font-weight : var (--font-weight-light ) !important ; }
9292.gt-font-normal { font-weight : var (--font-weight-normal ) !important ; }
9393.gt-font-medium { font-weight : var (--font-weight-medium ) !important ; }
0 commit comments