ソースを参照

#fff and #ffffff → white

mos 5 年 前
コミット
651462fe7b

+ 1 - 1
src/client/styles/scss/_on-edit.scss

@@ -312,7 +312,7 @@ body.on-edit {
 #tag-edit-button-tooltip {
   .tooltip-inner {
     color: black;
-    background-color: #fff;
+    background-color: white;
     border: 1px solid $gray-300;
   }
 

+ 1 - 1
src/client/styles/scss/_shortcuts.scss

@@ -33,7 +33,7 @@
     color: $secondary;
     text-align: center;
     text-transform: uppercase;
-    background: #fff;
+    background: white;
     border-radius: 4px;
     box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.5);
     /* SVG Properties*/

+ 1 - 1
src/client/styles/scss/theme/_apply-colors-kibela.scss

@@ -124,7 +124,7 @@ body.kibela {
 
     /* Modal */
     .modal-title {
-      color: #ffffff; // override header colors
+      color: white; // override header colors
     }
     .modal-content {
       background-color: $themelight;

+ 1 - 1
src/client/styles/scss/theme/christmas.scss

@@ -19,7 +19,7 @@ $subthemecolor: #30882c;
 $bgcolor-global: $themelight;
 $linktext: $subthemecolor;
 $linktext-hover: lighten($subthemecolor, 15%);
-$sidebar-text: #ffffff;
+$sidebar-text: white;
 $fillcolor-logo-mark: lighten(desaturate($themecolor, 50%), 50%);
 $color-link-wiki: lighten($subthemecolor, 5%);
 $color-link-wiki-hover: lighten($color-link-wiki, 15%);

+ 1 - 1
src/client/styles/scss/theme/wood.scss

@@ -41,7 +41,7 @@ html[dark] {
   $primary: #aaa45f;
 
   // Background colors
-  $bgcolor-global: #ffffff;
+  $bgcolor-global: white;
   $bgcolor-card: #ece8de;
 
   // Font colors