1
0
Fork 0
forked from forgejo/forgejo

Various style tweaks (#13418)

- Change code review '+' to SVG and increase size slightly
- Set placeholder color in both themes
- Set proper font for textareas
- Fix black code in arc-green
- Various arc-green fixes
This commit is contained in:
silverwind 2020-11-05 02:51:17 +01:00 committed by GitHub
parent d7e0983780
commit 05efb33595
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 57 additions and 64 deletions

View file

@ -99,6 +99,8 @@ h5,
.ui.form input[type="text"],
.ui.form input[type="time"],
.ui.form input[type="url"],
.ui.input textarea,
.ui.form textarea,
.ui.header,
.ui.items > .item > .content > .header,
.ui.list .list > .item .header,
@ -166,6 +168,12 @@ table {
color: #fff !important;
}
::placeholder,
.CodeMirror-placeholder {
color: #aaa !important;
opacity: 1 !important;
}
a,
.ui.breadcrumb a {
color: var(--color-primary);