Browse Source

theme design

night-cherry 3 weeks ago
parent
commit
95dc65eda8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      style/sample.css

+ 2 - 1
style/sample.css

@@ -30,7 +30,8 @@ body::before{
   content:counter(w) "x" counter(h);
   content:counter(w) "x" counter(h);
   counter-reset: w var(--w) h var(--h);
   counter-reset: w var(--w) h var(--h);
   font-size:50px;
   font-size:50px;
-  width:auto;
+  width:200px;
+  width:50px;
   position:fixed;
   position:fixed;
   inset:0;
   inset:0;
   right:20px;
   right:20px;