Change search input highlight colour
authorAdam Dullage <redacted>
Sun, 7 Aug 2022 20:07:03 +0000 (21:07 +0100)
committerAdam Dullage <redacted>
Sun, 7 Aug 2022 20:07:03 +0000 (21:07 +0100)
flatnotes/src/components/SearchInput.vue

index 2e8258372912b5844d57c5a0a3adc6810c41cad7..b9694ad11aa4821985e6f126c5707ecd65149b35 100644 (file)
@@ -21,7 +21,7 @@
 <style lang="scss" scoped>
 @keyframes highlight {
   from {
-    background-color: #ffa76c5d;
+    background-color: #bbcdff;
   }
   to {
     background-color: white;
git clone https://git.99rst.org/PROJECT