From e9659414ee32b62c4996e1b9329281c6ff49c0e9 Mon Sep 17 00:00:00 2001 From: Feuerfuchs Date: Wed, 26 Jun 2019 22:39:45 +0200 Subject: A bit more cleanup --- css/main.scss | 33 ++++++++++++--------------------- 1 file changed, 12 insertions(+), 21 deletions(-) (limited to 'css') diff --git a/css/main.scss b/css/main.scss index a33573e..be44d5f 100644 --- a/css/main.scss +++ b/css/main.scss @@ -20,6 +20,9 @@ $font-monospace: 'Iosevka Term SS03', 'IBM Plex Mono', 'Fira Code', 'Fira Mono', url('/iosevka-term-ss03-regular.woff') format('woff'); } +// +// Basic element styles + body { margin: 0; padding: 0; @@ -100,15 +103,8 @@ strong { } } -.novisit { - color: $link-idle; -} - -// :link, :visited { -// &:hover { -// color: $text-plus; -// } -// } +// +// Template classes .header-base { display: flex; @@ -119,6 +115,7 @@ strong { } // +// Header .header { padding: .9em 1em; @@ -126,6 +123,7 @@ strong { } // +// Location component .location { flex: 0 1 auto; @@ -172,6 +170,7 @@ strong { } // +// Actions component .actions { flex: 0 0 auto; @@ -192,6 +191,7 @@ strong { } // +// Site content classes .wrap { padding: 2em 1em; @@ -219,8 +219,6 @@ strong { } } -// - .type-annotation { margin-left: -3em; margin-left: -5ch; @@ -229,6 +227,7 @@ strong { } // +// Modal component .modal { position: fixed; @@ -270,6 +269,7 @@ strong { } // +// Setting component .setting { display: flex; @@ -297,16 +297,7 @@ strong { } // - -#none { - position: fixed; - top: 0; - left: 0; - width: 0; - height: 0; -} - -// +// Viewport adaptation @media screen and (max-width: 800px) { body { -- cgit v1.2.3-54-g00ecf