summaryrefslogtreecommitdiffstats
path: root/app/media.styl
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-07-05 12:11:46 +0200
committerAhmed Abdelhalim <[email protected]>2021-07-05 12:11:46 +0200
commit34eff40627683a108324ddc03e6bee2cc9b7ab5a (patch)
treeba6dd78e51897c4855424457c78b38760da6fbae /app/media.styl
parentd2ae7fb89b94e725b74e7bd54ee4eb548783d044 (diff)
Restructure file names for web and fix minor linting issues
Diffstat (limited to 'app/media.styl')
-rw-r--r--app/media.styl24
1 files changed, 0 insertions, 24 deletions
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%
- }
-}