dark theme updates
This commit is contained in:
parent
65e773059f
commit
77168b4b56
10
README.md
10
README.md
@ -18,7 +18,10 @@
|
||||
|
||||
## Update Gitea
|
||||
|
||||
- [`bin/update-gitea.sh`](bin/update-gitea.sh)
|
||||
```bash
|
||||
# run update script with sudo, passing version number as option
|
||||
sudo ./bin/update-gitea.sh 1.6.1
|
||||
```
|
||||
|
||||
Update script sets options by default, can be changed at top of script:
|
||||
|
||||
@ -30,10 +33,7 @@ Update script sets options by default, can be changed at top of script:
|
||||
| `giteaUser` | `git` | linux user Gitea is running under |
|
||||
| `giteaGroup` | `git` | linux group Gitea is running under |
|
||||
|
||||
```bash
|
||||
# run update script with sudo, passing version number as option
|
||||
sudo ./bin/update-gitea.sh 1.6.1
|
||||
```
|
||||
- [`bin/update-gitea.sh`](bin/update-gitea.sh)
|
||||
|
||||
## Customization
|
||||
|
||||
|
@ -27,7 +27,8 @@
|
||||
.ui.green.button:hover,
|
||||
.ui.green.buttons .button:hover,
|
||||
.ui.blue.button:hover,
|
||||
.ui.blue.buttons .button:hover {
|
||||
.ui.blue.buttons .button:hover,
|
||||
.ui.pagination.menu .active.item {
|
||||
background-color: #BA5B81;
|
||||
}
|
||||
|
||||
@ -46,4 +47,8 @@
|
||||
background-image: linear-gradient(to right,rgba(42,46,58,0),rgba(42,46,58,1) 100%);
|
||||
}
|
||||
}
|
||||
|
||||
#repo-files-table .message a {
|
||||
color: #9e9e9e;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user