Compare commits

...

2 commits

Author SHA1 Message Date
cd75d5e136 Update actions/checkout action to v4
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 54s
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:33 +00:00
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 10 additions and 2 deletions

View file

@ -9,7 +9,7 @@ jobs:
container:
image: node:lts
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Dependencies
run: npm install
- name: Build 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;
}
}