소스 검색

Update spa sass, fix timestamp dark mode bug

Daniel Supernault 1 년 전
부모
커밋
4147f7c521
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      resources/assets/sass/spa.scss

+ 4 - 0
resources/assets/sass/spa.scss

@@ -392,6 +392,10 @@ span.twitter-typeahead .tt-suggestion:focus {
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
 }
 
+.timestamp-overlay-badge {
+    color: var(--dark);
+}
+
 .timeline-status-component {
     .username {
         font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;