diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue deleted file mode 100644 index 5230910..0000000 --- a/src/components/HelloWorld.vue +++ /dev/null @@ -1,38 +0,0 @@ - - - - - diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index de42db6..b89fd3d 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -25,8 +25,4 @@ import Link from './Link.vue'; justify-content: center; } -.links { - -} - \ No newline at end of file diff --git a/src/style.css b/src/style.css index 165a9e2..0b2ed7f 100644 --- a/src/style.css +++ b/src/style.css @@ -4,7 +4,6 @@ line-height: 24px; font-weight: 400; - color-scheme: light dark; color: var(--dark-shade7); background-color: var(--dark-shade0); @@ -66,16 +65,3 @@ button:focus-visible { padding: 2rem; text-align: center; } - -@media (prefers-color-scheme: light) { - :root { - color: #213547; - background-color: #ffffff; - } - a:hover { - color: #747bff; - } - button { - background-color: #f9f9f9; - } -}