feat: use forgejo color #1

Closed
cst1 wants to merge 5 commits from (deleted):forgejo_color into main
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
pub.dgnum.eu
pub.luj.fr

View file

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

View file

@ -14,7 +14,7 @@
background-color: #0a0a0a;
}
.link-git {
background-color: #333;
background-color: #ff6600;
}
.link-gitlab {
background-color: #554488;