diff --git a/src/styles/global.css b/src/styles/global.css index f3a371c..b88f3da 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -16,24 +16,4 @@ html.dark { body { font-family: Verdana, sans-serif; -} - -#themeToggle { - border: 0; - background: none; -} -.sun { - fill: #27374D; -} -.moon { - fill: white; -} - -:global(.dark) .sun { - fill: white; - display: none; -} -:global(.dark) .moon { - fill: #FFF8EA; - display: none; } \ No newline at end of file