Explorar el Código

add todo comment to default dark

kaori-t hace 5 años
padre
commit
2f1e5d9f7c
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/client/styles/scss/theme/default.scss

+ 3 - 0
src/client/styles/scss/theme/default.scss

@@ -202,4 +202,7 @@ html[dark] {
 
   @import 'apply-colors';
   @import 'apply-colors-dark';
+
+  // Button
+  // [TODO: appply colors to three stranded button]
 }