mirror of
https://gitea.artixlinux.org/artix/gitea-dark-blue.git
synced 2024-12-19 16:23:25 +00:00
Fixed white bg in tables
This commit is contained in:
parent
d80525f7a7
commit
b87841efaa
@ -1028,3 +1028,6 @@
|
|||||||
.following.bar .brand .ui.mini.image {
|
.following.bar .brand .ui.mini.image {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
|
.markdown:not(code) table td, .markdown:not(code) table th {
|
||||||
|
background: #11112d;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user