feat: use forgejo color #1
3 changed files with 3 additions and 3 deletions
2
.domains
2
.domains
|
@ -1 +1 @@
|
|||
pub.dgnum.eu
|
||||
pub.luj.fr
|
||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Pushing site to pages branch
|
||||
run: |
|
||||
git switch -C pages
|
||||
find . -mindepth 1 -maxdepth 1 ! -name '.git' ! -name 'result' -exec rm -rf {} +
|
||||
find . -mindepth 1 -maxdepth 1 ! -name '.domains' ! -name '.git' ! -name 'result' -exec rm -rf {} +
|
||||
ls -a
|
||||
cp -r result/* .
|
||||
rm result
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
background-color: #0a0a0a;
|
||||
}
|
||||
.link-git {
|
||||
background-color: #333;
|
||||
background-color: #ff6600;
|
||||
}
|
||||
.link-gitlab {
|
||||
background-color: #554488;
|
||||
|
|
Loading…
Reference in a new issue