Compare commits
2 commits
a2746471f1
...
af506d5c6b
Author | SHA1 | Date | |
---|---|---|---|
af506d5c6b | |||
186918b75b |
2 changed files with 10 additions and 2 deletions
|
@ -16,7 +16,7 @@ jobs:
|
|||
run: npm run build
|
||||
- name: Build German Version
|
||||
run: npm run build:de
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: dist/
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue