From 28fbb2a85e15525292a3651f6f9d23d786de6f37 Mon Sep 17 00:00:00 2001 From: adam <56338480+adastx@users.noreply.github.com> Date: Tue, 30 Aug 2022 18:41:42 +0200 Subject: Removed generated html from repo --- dst/styles/style.css | 113 --------------------------------------------------- 1 file changed, 113 deletions(-) delete mode 100644 dst/styles/style.css (limited to 'dst/styles') diff --git a/dst/styles/style.css b/dst/styles/style.css deleted file mode 100644 index e0bac34..0000000 --- a/dst/styles/style.css +++ /dev/null @@ -1,113 +0,0 @@ -:root { - --bg: #f3f3f3; - --fg: #181a1b; - --link: #006697; - --code: #e8e8e8; - --footer: #828997; - --home-link: #c02c38; - --quote-border: #c678dd; - --theme-toggle: #4078f2; -} - -.dark-mode { - --bg: #282c34; - --fg: #c8ceda; - --link: #56b6c2; - --code: #363a45; - --footer: #828997; - --home-link: #e06c75; - --quote-border: #c678dd; - --theme-toggle: #f9e2af; -} - -body { - background-color: var(--bg); - color: var(--fg); - font: 1em/1.8 'Open Sans', sans-serif; - margin: 0 auto; - max-width: 50em; - padding: 0em 1em; -} - -header { - overflow:hidden; - margin-top: 1em; - font-size: 2em; - color: var(--footer); -} - -.nav-left { - float:left; -} - -.nav-right { - float:right; -} - -footer { - margin-top: 3em; - margin-bottom: 1.5em; - text-align: center; - font-size: 0.95em; - color: var(--footer); -} - -a { - color: var(--link); - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} - -pre > code { - display: block; - padding: 10px 15px; - white-space: pre-wrap; - line-height: 1.4em; -} - -pre, code { - font-family: 'Fira Code', monospace; - font-size: 0.98em; - /* color: var(--fg); */ - background-color: var(--code); - border-radius: 5px; -} - -code { - padding: 3px 5px; - white-space: nowrap; -} - -p img, table { - max-width: 100%; -} - -img { - display: block; - margin-left: auto; - margin-right: auto; -} - -blockquote { - background-color: var(--code); - border-left: 5px solid var(--quote-border); - border-radius: 5px; - margin: 0em 1em; - padding-left: 1em; -} - -.homepage-link { - color: var(--home-link); -} - -#darkmodetoggle { - color: var(--theme-toggle); -} - -#darkmodetoggle:hover { - cursor: pointer; - text-decoration: none; -} -- cgit v1.2.3-70-g09d2