dark theme updates

This commit is contained in:
Matthias Kretschmann 2018-12-15 20:55:04 +01:00
parent 65e773059f
commit 77168b4b56
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 11 additions and 6 deletions

View File

@ -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

View File

@ -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>