Browse Source

Fix input focus and placeholder color for footer section (#1005)

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
JY Hsu 6 months ago
parent
commit
515b7eb3bf
1 changed files with 4 additions and 0 deletions
  1. 4 0
      assets/styles/sections/footer.scss

+ 4 - 0
assets/styles/sections/footer.scss

@@ -97,6 +97,10 @@ html[data-theme='dark'] {
       background-color: get-dark-color('bg-primary');
       &:focus {
         background-color: get-dark-color('bg-secondary');
+        color: get-dark-color('text-color');
+      }
+      &::placeholder {
+        color: get-dark-color('muted-text-color');
       }
     }