aboutsummaryrefslogtreecommitdiff
path: root/src/components/tables/scss/_colors.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/tables/scss/_colors.scss')
-rw-r--r--src/components/tables/scss/_colors.scss16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/components/tables/scss/_colors.scss b/src/components/tables/scss/_colors.scss
index a4a8ba4..2a3725c 100644
--- a/src/components/tables/scss/_colors.scss
+++ b/src/components/tables/scss/_colors.scss
@@ -15,18 +15,20 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-$primaryAccentColor: #bd93f9;
-$secondaryAccentColor: #d0afff;
+@import "../../../colors";
+
+$primaryAccentColor: $primaryAccentColor;
+$secondaryAccentColor: $secondaryAccentColor;
$linkColor: $primaryAccentColor;
-$fgColor: white;
-$fgColorAlt: black;
-$fgColorDisabled: lightgray;
+$fgColor: $fgColor;
+$fgColorAlt: $darkFgColor;
+$fgColorDisabled: $disabledColor;
-$inputBackgroundColor: #00000000;
+$inputBackgroundColor: $backgroundColor;
-$warningColor: #ed4683;
+$warningColor: $warningColor;
@mixin button {
input[type=button] {