From 1c524efbf7da91cb99bb4516feb514071e938495 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sun, 10 Jul 2022 01:30:05 +0300 Subject: dark theme support --- htdocs/scss/mobile.scss | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 htdocs/scss/mobile.scss (limited to 'htdocs/scss/mobile.scss') diff --git a/htdocs/scss/mobile.scss b/htdocs/scss/mobile.scss deleted file mode 100644 index d4d0d25..0000000 --- a/htdocs/scss/mobile.scss +++ /dev/null @@ -1,41 +0,0 @@ -@import 'vars'; - -textarea { - -webkit-overflow-scrolling: touch; -} - -// header -.head-logo { - position: static; - display: block; - //padding-bottom: 6px; - // not very good fix: - overflow: hidden; - white-space: nowrap; - padding-bottom: 0; -} -.head-logo::after { - display: none; -} -.head-items { - float: none; -} -a.head-item:hover, -a.head-item:active { - -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; -} -a.head-item:last-child > span { - border-right: 0; - padding-right: 12px; -} -a.head-item:first-child > span { - padding-left: 1px; -} - -// blog -.blog-tags { - display: none; -} -.blog-list.withtags { - margin-right: 0; -} -- cgit v1.2.3