style tweaks
This commit is contained in:
parent
cedff2c007
commit
489c3d1bbc
11
README.md
11
README.md
@ -33,6 +33,17 @@ sudo su git
|
|||||||
cd /home/git
|
cd /home/git
|
||||||
|
|
||||||
vi gitea/custom/conf/app.ini
|
vi gitea/custom/conf/app.ini
|
||||||
|
|
||||||
|
# Backup
|
||||||
|
# https://docs.gitea.io/en-us/backup-and-restore/
|
||||||
|
sudo su git
|
||||||
|
./gitea dump -c gitea/custom/conf/app.ini
|
||||||
|
|
||||||
|
# Restart Gitea service
|
||||||
|
sudo systemctl restart gitea.service
|
||||||
|
|
||||||
|
# nginx
|
||||||
|
sudo vi /etc/nginx/sites-enabled/gitea
|
||||||
```
|
```
|
||||||
|
|
||||||
## Gitea Documentation
|
## Gitea Documentation
|
||||||
|
43
custom/templates/custom/header.tmpl
Normal file
43
custom/templates/custom/header.tmpl
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
<meta name="theme-color" content="#BA5B81">
|
||||||
|
|
||||||
|
<style>
|
||||||
|
a,
|
||||||
|
.ui.breadcrumb a,
|
||||||
|
.repository.file.list #repo-files-table tbody .octicon.octicon-file-directory,
|
||||||
|
.repository.file.list #repo-files-table tbody .octicon.octicon-file-submodule,
|
||||||
|
.ui.labeled.button:not([class*="left labeled"])>.label,
|
||||||
|
.ui[class*="left labeled"].button>.button,
|
||||||
|
.ui.card>.extra a:not(.ui),
|
||||||
|
.ui.cards>.card>.extra a:not(.ui) {
|
||||||
|
color: #BA5B81;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover,
|
||||||
|
.ui.breadcrumb a:hover,
|
||||||
|
.ui.card>.extra a:not(.ui):hover,
|
||||||
|
.ui.cards>.card>.extra a:not(.ui):hover {
|
||||||
|
color: #BA5B81;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui.green.button,
|
||||||
|
.ui.green.buttons .button,
|
||||||
|
.ui.blue.button,
|
||||||
|
.ui.blue.buttons .button,
|
||||||
|
.ui.green.button:hover,
|
||||||
|
.ui.green.buttons .button:hover,
|
||||||
|
.ui.blue.button:hover,
|
||||||
|
.ui.blue.buttons .button:hover {
|
||||||
|
background-color: #BA5B81;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui.basic.blue.button,
|
||||||
|
.ui.basic.blue.buttons .button {
|
||||||
|
box-shadow: 0 0 0 1px #BA5B81 inset !important;
|
||||||
|
color: #BA5B81 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.feeds .list ul li.private {
|
||||||
|
background: rgba(186, 91, 129, 0.1);
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Reference in New Issue
Block a user