From: Adam Dullage Date: Sat, 20 Aug 2022 14:02:58 +0000 (+0100) Subject: Updated search result & button styling X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=97922e25ab8b658a076c397768f40e22fbde1ab1;p=flatnotes.git Updated search result & button styling --- diff --git a/flatnotes/src/colours.scss b/flatnotes/src/colours.scss index 1c2b2a7..ae96a09 100644 --- a/flatnotes/src/colours.scss +++ b/flatnotes/src/colours.scss @@ -4,6 +4,6 @@ $drop-shadow: #0000000a; $muted-text: #6c757d; $very-muted-text: #d8dbdd; $text: #222222; -$button-background: #00000008; -$input-highlight: #bbcdff; +$button-background: #6ca7ff15; +$input-highlight: #6ca7ff; $logo-key-colour: #f9a76b; diff --git a/flatnotes/src/components/SearchResults.vue b/flatnotes/src/components/SearchResults.vue index 23f835a..3c1d13c 100644 --- a/flatnotes/src/components/SearchResults.vue +++ b/flatnotes/src/components/SearchResults.vue @@ -14,15 +14,18 @@
-
-

- + +

-

-

+ >

+

+
@@ -31,10 +34,8 @@