Browse Source

theme design

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

+ 3 - 1
style/sample.css

@@ -29,9 +29,11 @@ canvas{
 body::before{
 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:100px;
+  font-size:50px;
   position:fixed;
   position:fixed;
   inset:0;
   inset:0;
+  right:20px;
+  top:20px;
   width:fit-content;
   width:fit-content;
   height:fit-content;
   height:fit-content;
   margin:auto;
   margin:auto;