1
0
Fork 0
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:
silverwind 2020-02-23 05:32:15 +01:00 committed by GitHub
parent fe26ca53c1
commit 0bba3f9cf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 71 additions and 11 deletions

View file

@ -24,3 +24,11 @@
border-right: 0;
border-bottom: 0;
}
.editor-toolbar {
opacity: 1 !important;
}
.editor-toolbar i.separator {
border-left: none;
}