From 34eff40627683a108324ddc03e6bee2cc9b7ab5a Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 5 Jul 2021 12:11:46 +0200 Subject: Restructure file names for web and fix minor linting issues --- app/media.styl | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 app/media.styl (limited to 'app/media.styl') diff --git a/app/media.styl b/app/media.styl deleted file mode 100644 index 82e4a85..0000000 --- a/app/media.styl +++ /dev/null @@ -1,24 +0,0 @@ -@media (prefers-color-scheme: dark) { - html { - color: #FFFFFF - background-color: #181818 - } -} - -@media (prefers-color-scheme: light) { - html { - color: #000000 - background-color: #FFFFFF - } -} - -@media screen and (max-width: 780px) { - .skills__content__title { - text-align: left - } - - .skills__content__items { - margin-bottom: 1em - width: 100% - } -} -- cgit v1.2.3