Browse Source

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

Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
JY Hsu 7 tháng trước cách đây
mục cha
commit
515b7eb3bf
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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');
       }
     }