night-cherry hai 3 semanas
pai
achega
129dd87455
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      style/sample.css

+ 2 - 2
style/sample.css

@@ -75,8 +75,8 @@ html[data-theme="dark"]{
   --button-text-default-size:15px;
   --test-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{
   content:counter(w) "x" counter(h);