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:
parent
d7e0983780
commit
05efb33595
5 changed files with 57 additions and 64 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue