1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-19 16:58:37 +00:00

Branch page and misc css improvements (#15208) (#15274)

- 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-04 15:31:54 +02:00
committed by GitHub
parent 33c4e246fe
commit 4bc8dfc6a3
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 {