Explorar el Código

compromise of colors

Deryck hace 10 años
padre
commit
35ec9853db
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      assets/stylesheets/components/_prism.scss

+ 1 - 1
assets/stylesheets/components/_prism.scss

@@ -61,7 +61,7 @@
 
 .token.function {
   @if $style == 'dark' {
-    color: #ecbd83;
+    color: #c79e6b;
   } @else {
     color: #dd4a68;
   }