mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Remove fomantic grid module (#29894)
Removed the grid module and moved the used parts it into our own CSS, eliminating around 75% unused CSS in turn.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
/* based on Fomantic UI message module, with just the parts extracted that we use. If you find any
|
||||
unused rules here after refactoring, please remove them. */
|
||||
|
||||
.ui.message {
|
||||
background: var(--color-box-body);
|
||||
color: var(--color-text);
|
||||
|
Reference in New Issue
Block a user