From 2be60fd32757f0b593d38f2e5d617c3120e28647 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 4 Jun 2023 04:41:21 +0200 Subject: [PATCH] Added link styling to the ConfigurationRow --- .../InstallSoftware/components/ConfigurationRow/styles.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/pages/tools/linux/InstallSoftware/components/ConfigurationRow/styles.sass b/client/src/pages/tools/linux/InstallSoftware/components/ConfigurationRow/styles.sass index c1d1b09..907bace 100644 --- a/client/src/pages/tools/linux/InstallSoftware/components/ConfigurationRow/styles.sass +++ b/client/src/pages/tools/linux/InstallSoftware/components/ConfigurationRow/styles.sass @@ -17,6 +17,9 @@ p margin: 0 + a + color: $primary + .input-field background-color: $black