1
0
Fork 0
forked from forgejo/forgejo

Branch page and misc css improvements (#15208)

- Improve branches page, increase icon size, use octicons, use css vars
- Style placeholder color via css var
- Slightly increase contrast of input fields and active/hover states
- Add styling for select boxes in arc-green
This commit is contained in:
silverwind 2021-04-03 10:37:32 +02:00 committed by GitHub
parent 70d84f9b73
commit d0c9b3e208
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 31 additions and 28 deletions

View file

@ -48,7 +48,7 @@
.ui.repository.branches {
.info {
font-size: 12px;
color: #808080;
color: var(--color-text-light);
display: flex;
white-space: pre;
.commit-message {