mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 02:38:35 +00:00
CSS table fixes (#13692)
* CSS table fixes Override the right fomantic selectors. Fixes: https://github.com/go-gitea/gitea/issues/13690 * use flexbox
This commit is contained in:
@@ -891,25 +891,10 @@ a.ui.basic.green.label:hover {
|
||||
background-color: #393d4a !important;
|
||||
}
|
||||
|
||||
.ui.table {
|
||||
border-color: var(--color-secondary);
|
||||
background: #353945;
|
||||
}
|
||||
|
||||
.ui.table tbody tr {
|
||||
border-color: var(--color-secondary);
|
||||
background: #353945;
|
||||
}
|
||||
|
||||
.ui .text.grey {
|
||||
color: var(--color-secondary-dark-6) !important;
|
||||
}
|
||||
|
||||
.ui.attached.table.segment {
|
||||
background: #353945;
|
||||
color: #dbdbdb !important;
|
||||
}
|
||||
|
||||
.markdown:not(code) h2 {
|
||||
border-bottom: 1px solid #304251;
|
||||
}
|
||||
|
Reference in New Issue
Block a user