Theme updated for Version 1.15.*

This commit is contained in:
Gitea
2021-08-29 18:56:18 +02:00
parent aa31e07a53
commit 7b106a7647
7 changed files with 130 additions and 56 deletions

View File

@@ -1,3 +1,22 @@
# Changes made to gitea source (as of `v1.15.0`) to make arc-blu theme
## Theme Files
Same as for v1.13.0, applied to 1.15.0 source file,
but with small change to customizations from 1.14.0 (see below)
```
.ui.blue.button:hover,
.ui.blue.buttons .button:hover,
.ui.primary.button:hover,
.ui.primary.buttons .button:hover {
background-color: var(--color-primary-light-1) !important;
color: var(--color-white) !important;
}
```
## Dark Theme detection
#### Same as for v1.13.0
# Changes made to gitea source (as of `v1.14.0`) to make arc-blu theme
## Theme Files (File is overhauled so had to be rw-writen)
@@ -34,7 +53,7 @@ thead {
## Dark Theme detection
#### Same as for v1.13.0
#### Same as for v1.13.0, applied to 1.15.0 source file
# Changes made to gitea source (as of `v1.13.0`) to make arc-blu theme