diff --git a/README.md b/README.md index 2b723a7..bfe2856 100644 --- a/README.md +++ b/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 diff --git a/custom/templates/custom/header.tmpl b/custom/templates/custom/header.tmpl index 2336fd0..ff8ed59 100644 --- a/custom/templates/custom/header.tmpl +++ b/custom/templates/custom/header.tmpl @@ -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; + } \ No newline at end of file