From 756e4a39a8bcf514dd103887979994abbbd3e27f Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Wed, 18 Aug 2021 22:09:35 +0200 Subject: [PATCH] Adding possibility to secondary buttons in links. --- assets/scss/components/common/button.scss | 2 +- layouts/partials/links.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/scss/components/common/button.scss b/assets/scss/components/common/button.scss index dfeb43a..11e0d12 100644 --- a/assets/scss/components/common/button.scss +++ b/assets/scss/components/common/button.scss @@ -56,6 +56,6 @@ } } -.text-white [role=button]:not(.primary) a, [role=button]:not(.primary).text-white a, nav.text-white [role=button]:not(.primary) { +.text-white [role=button]:not(.primary):not(.secondary) a, [role=button]:not(.primary):not(.secondary).text-white a, nav.text-white [role=button]:not(.primary):not(.secondary) { color: white; } diff --git a/layouts/partials/links.html b/layouts/partials/links.html index 906dbdf..1d9834b 100644 --- a/layouts/partials/links.html +++ b/layouts/partials/links.html @@ -1,5 +1,5 @@ {{ range . }} -
+