|
@@ -36,6 +36,8 @@
|
|
|
--warming-color:rgba(240, 218, 75, 0.133);
|
|
|
--wrong-color:rgba(243, 31, 31, 0.133);
|
|
|
--plate-size-default:98%;
|
|
|
+ --body-width-default:100vw;
|
|
|
+ --body-height-default:100vh;
|
|
|
--font-size:12px;
|
|
|
--font-default-size:12px;
|
|
|
--font-family: cursive;
|
|
@@ -80,6 +82,8 @@ html[data-theme="dark"]{
|
|
|
--a-visited-color:#DED8D4;
|
|
|
}
|
|
|
body{
|
|
|
+ width:var(--body-width-default);
|
|
|
+ height:var(--body-height-default);
|
|
|
background-color: var(--body-background-color);
|
|
|
color: var(--font-color);
|
|
|
}
|