From 1e6cc30ba0dfd67eb784e062bef737aaea5bca76 Mon Sep 17 00:00:00 2001 From: Franek Date: Fri, 2 May 2025 22:15:51 +0200 Subject: [PATCH] fix: colors in clipboard widget --- ags/styles/components/_clipboard.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ags/styles/components/_clipboard.scss b/ags/styles/components/_clipboard.scss index 3d81590..a34ee65 100644 --- a/ags/styles/components/_clipboard.scss +++ b/ags/styles/components/_clipboard.scss @@ -15,10 +15,10 @@ } .entry.primary { - background: $base00; + background: $base0C; &:hover>.content { - color: $base0B; + color: $base0C; } } @@ -54,4 +54,4 @@ margin-bottom: 8px; } } -} \ No newline at end of file +}