diff --git a/public/globals.css b/public/globals.css index 821044e..60bdd93 100644 --- a/public/globals.css +++ b/public/globals.css @@ -32,4 +32,18 @@ html { padding: 0; width: 100vw; height: 100vh; -} \ No newline at end of file +} + +.icon { + width: 2rem; + min-width: 2rem; + height: 2rem; + min-height: 2rem; + cursor: pointer; +} + +.icon img { + background: white; + border-radius: 50%; + padding: .25rem; +} diff --git a/public/home.css b/public/home.css index dd14eb8..dbd6a70 100644 --- a/public/home.css +++ b/public/home.css @@ -52,7 +52,7 @@ body { border: 2px solid transparent; border-radius: 3px; - background-color: var(-input-bg); + background-color: var(--input-bg); color: var(--text-color); @@ -79,6 +79,8 @@ body { .options { margin-top: 1rem; + display: flex; + gap: .5rem; } .title { diff --git a/public/icons/image.svg b/public/icons/image.svg new file mode 100644 index 0000000..21b852b --- /dev/null +++ b/public/icons/image.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/question.css b/public/question.css index 4a09154..259c921 100644 --- a/public/question.css +++ b/public/question.css @@ -29,20 +29,6 @@ body { justify-content: space-between; } -.icon { - width: 2rem; - min-width: 2rem; - height: 2rem; - min-height: 2rem; - cursor: pointer; -} - -.icon img { - background: white; - border-radius: 50%; - padding: .25rem; -} - code { background-color: var(--code-bg); padding: .15rem; diff --git a/templates/home.html b/templates/home.html index 92da411..9d98917 100644 --- a/templates/home.html +++ b/templates/home.html @@ -51,9 +51,17 @@
- Toggle Image Loading +
+ + Toggle theme + +
+
+ + Toggle theme + +