@@ -8,10 +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 ; }
14- .gt-tr { text-align : right !important ; } /* TODO: rename these to "gt-text-right", etc. there are only a few */
1511.gt-jc { justify-content : center !important ; }
1612.gt-js { justify-content : flex-start !important ; }
1713.gt-je { justify-content : flex-end !important ; }
@@ -22,7 +18,6 @@ Gitea's private styles use `g-` prefix.
2218.gt-vm { vertical-align : middle !important ; }
2319.gt-w-100 { width : 100% !important ; }
2420.gt-h-100 { height : 100% !important ; }
25- .gt-br-0 { border-radius : 0 !important ; }
2621
2722.gt-mono {
2823 font-family : var (--fonts-monospace ) !important ;
@@ -90,6 +85,10 @@ Gitea's private styles use `g-` prefix.
9085.gt-float-right { float : right !important ; }
9186.gt-clear-both { clear : both !important ; }
9287
88+ .gt-text-center { text-align : center !important ; }
89+ .gt-text-left { text-align : left !important ; }
90+ .gt-text-right { text-align : right !important ; }
91+
9392.gt-font-light { font-weight : var (--font-weight-light ) !important ; }
9493.gt-font-normal { font-weight : var (--font-weight-normal ) !important ; }
9594.gt-font-medium { font-weight : var (--font-weight-medium ) !important ; }
0 commit comments