@@ -33,18 +23,6 @@
-
-
Games
{#each $gameStore as game}
diff --git a/src/styles/global.scss b/src/styles/global.scss
index e3ba086..cdf62da 100644
--- a/src/styles/global.scss
+++ b/src/styles/global.scss
@@ -140,6 +140,21 @@
*/
}
+html {
+ width: 100%;
+ // background-color: var(--seaFoamBlue);
+ font-size: 62.5%;
+ box-sizing: border-box;
+}
+
+body {
+ // line-height: var(--lineHeight);
+ color: var(--primary);
+ padding: 0;
+ margin: 0;
+ font-size: var(--bodyTextSize);
+}
+
html {
font-size: 62.5%;
box-sizing: border-box;
@@ -211,6 +226,7 @@ input {
border-radius: var(--radius-base);
background-color: var(--clr-input-bg);
border: solid 2px var(--clr-theme-active);
+
&:focus {
outline: 0;
border-color: var(--clr-primary);
@@ -255,4 +271,4 @@ ol {
padding: var(--spacing-20) 0;
background-color: var(--color-placeholder);
border-radius: var(--radius-base);
-}
+}
\ No newline at end of file
diff --git a/src/styles/reset.scss b/src/styles/reset.scss
index ae50e29..02bf499 100644
--- a/src/styles/reset.scss
+++ b/src/styles/reset.scss
@@ -1,6 +1,6 @@
*,
-*::before,
-*::after {
+*:before,
+*:after {
margin: 0;
padding: 0;
box-sizing: border-box;
@@ -55,4 +55,4 @@ button {
ul,
ol {
list-style: none;
-}
+}
\ No newline at end of file