Ver Fonte

theme design

night-cherry há 3 semanas atrás
pai
commit
129dd87455
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      style/sample.css

+ 2 - 2
style/sample.css

@@ -75,8 +75,8 @@ html[data-theme="dark"]{
   --button-text-default-size:15px;
   --button-text-default-size:15px;
   --test-border:2px solid black;
   --test-border:2px solid black;
   --production-border:2px solid black;
   --production-border:2px solid black;
-  --w:tan(atan2(var(--vw)),1px);
-  --h:tan(atan2(var(--vh)),1px);
+  --w:tan(atan2(var(--vw),1px));
+  --h:tan(atan2(var(--vh),1px));
 }
 }
 body::before{
 body::before{
   content:counter(w) "x" counter(h);
   content:counter(w) "x" counter(h);