Theme updated for Version 1.15.*
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user