forked from forgejo/forgejo
Various dark theme fixes (#10416)
- beatify simplemde, remove header hover effect (does not play well with border colors), remove double border separators - fix colored outline buttons - fix disabled style - fix positive messages - fix markdown header border and quote block - adjust footer color - adjust file icons and release list timeline
This commit is contained in:
parent
fe26ca53c1
commit
0bba3f9cf6
2 changed files with 71 additions and 11 deletions
|
@ -24,3 +24,11 @@
|
|||
border-right: 0;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.editor-toolbar {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.editor-toolbar i.separator {
|
||||
border-left: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue