From f9e004170699e41bcb434f5d53a2d7e66301afcb Mon Sep 17 00:00:00 2001 From: samuel-p Date: Thu, 18 Jun 2020 22:23:41 +0200 Subject: [PATCH] updated .drone.yml --- .drone.yml | 15 +++++++++++++++ scss/main.scss | 4 ++-- sites/de/index.html | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) 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: -