diff --git a/.drone.yml b/.drone.yml index 1838b10..97b3a6e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,11 +3,21 @@ type: docker name: build steps: + - name: test + image: alpine + commands: + - pwd + - ls -ashl - name: build image: node commands: - npm install - npm run build + - name: test2 + image: alpine + commands: + - pwd + - ls -ashl --- kind: pipeline @@ -15,6 +25,11 @@ type: docker name: deploy-develop steps: + - name: test + image: alpine + commands: + - pwd + - ls -ashl - name: deploy image: alpine environment: diff --git a/scss/main.scss b/scss/main.scss index 34b816a..26cf6fd 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -156,6 +156,6 @@ a { } } -.links a { - color: #ffffff; +.contact-links a { + color: #ffffff !important; } diff --git a/sites/de/index.html b/sites/de/index.html index 4673d48..92e51f4 100644 --- a/sites/de/index.html +++ b/sites/de/index.html @@ -53,7 +53,7 @@ eleventyNavigation: -