diff --git a/sass/deep-thought.sass b/sass/deep-thought.sass index 7d6c80e..2ea5403 100644 --- a/sass/deep-thought.sass +++ b/sass/deep-thought.sass @@ -11,6 +11,7 @@ html scroll-behavior: smooth; body + font-family: $family-sans-serif; display: flex; flex-direction: column; min-height: 100vh; @@ -26,12 +27,5 @@ section img[theme="dark"], picture[theme="dark"], -pre[theme="dark"], video[theme="dark"] - filter: invert(1) hue-rotate(180deg); - - -.vimeo[theme="dark"], -.youtube[theme="dark"], -.chart[theme="dark"] filter: invert(1) hue-rotate(180deg); \ No newline at end of file