Compare commits

...

2 commits

Author SHA1 Message Date
Renovate Bot a0b98302e0 Update actions/download-artifact action to v4
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 51s
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped
2024-03-15 19:00:35 +00:00
Samuel Philipp 186918b75b updated link colors
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 57s
Build and Deploy Website / Deploy Website (push) Has been skipped
Build and Deploy Website / Deploy Dev Website (push) Successful in 1m12s
2024-03-15 19:47:05 +01:00
2 changed files with 11 additions and 3 deletions

View file

@ -28,7 +28,7 @@ jobs:
needs: [build]
if: github.ref == 'refs/heads/develop'
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
- name: Install Dependencies
run: which lftp || ( apk --update add lftp )
- name: Deploy English Version
@ -51,7 +51,7 @@ jobs:
needs: [build]
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
- name: Install Dependencies
run: which lftp || ( apk --update add lftp )
- name: Deploy English Version

View file

@ -24,6 +24,14 @@ body {
margin: 0;
}
a {
color: #444;
&:hover {
color: #222;
}
}
header {
position: relative;
height: 100%;
@ -286,7 +294,7 @@ section {
display: block;
font-size: 20px;
font-weight: bold;
color: $primary;
color: #666;
}
}