Explorar el Código

link switch color change for spring

ryuichi-e hace 5 años
padre
commit
25abbd38c6
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      src/client/styles/scss/theme/spring.scss

+ 5 - 0
src/client/styles/scss/theme/spring.scss

@@ -118,6 +118,11 @@ html[dark] {
   @import 'apply-colors';
   @import 'apply-colors-light';
 
+  a#login.link-switch,
+  a#register.link-switch {
+    color: $color-global;
+  }
+
   .table {
     background-color: $bgcolor-global;
   }