Browse Source

Fix invisible identifiers in class declarations.

Renée Kooi 6 years ago
parent
commit
3c9cf4b16a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      website/themes/uppy/source/css/_syntax.scss

+ 1 - 1
website/themes/uppy/source/css/_syntax.scss

@@ -37,7 +37,7 @@ pre {
   }
 
   .class .title {
-    color: white;
+    color: #2973b7;
   }
 
   .symbol,