From 927577f9f71e103be58196f8031a9fcd9e178ce9 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 3 Apr 2018 00:37:34 +0000 Subject: SASS templates have been removed --- _sass/_code.scss | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 _sass/_code.scss (limited to '_sass/_code.scss') diff --git a/_sass/_code.scss b/_sass/_code.scss deleted file mode 100644 index 1aab580..0000000 --- a/_sass/_code.scss +++ /dev/null @@ -1,44 +0,0 @@ -pre, code { - font-family: $monospaced; -} - -code { - background-color: $grey-3; - border-radius: 3px; - color: $code-color; - font-size: 85%; - padding: .25em .5em; -} - -pre { - margin: 0 0 1rem; -} - -pre code { - background-color: transparent; - color: inherit; - font-size: 100%; - padding: 0; -} - -.highlight { - background-color: $grey-3; - border-radius: 3px; - line-height: 1.4; - margin: 0 0 1rem; - padding: 1rem; - - pre { - margin-bottom: 0; - overflow-x: auto; - } - - .lineno { - color: $default-tint; - display: inline-block; - padding: 0 .75rem 0 .25rem; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - } -} -- cgit v1.2.3