2
0
Эх сурвалжийг харах

remove $light from default theme scss

Yuki Takei 6 жил өмнө
parent
commit
64ee5b08a7

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

@@ -17,7 +17,6 @@
 //
 //
 html[light] {
 html[light] {
   $primary: #112744;
   $primary: #112744;
-  $light: white;
 
 
   // Background colors
   // Background colors
   $bgcolor-global: white;
   $bgcolor-global: white;
@@ -62,7 +61,6 @@ html[light] {
 //
 //
 html[dark] {
 html[dark] {
   $primary: #d65a31;
   $primary: #d65a31;
-  $light: white;
 
 
   $basecolor: #222831;
   $basecolor: #222831;