Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sass/_index.scss')
-rw-r--r--sass/_index.scss11
1 files changed, 0 insertions, 11 deletions
diff --git a/sass/_index.scss b/sass/_index.scss
index b48dec6..eff4d8b 100644
--- a/sass/_index.scss
+++ b/sass/_index.scss
@@ -268,17 +268,6 @@ nav {
margin-top: 10px;
}
-pre .code, pre code, .code, code {
- /* set a max-height of 350px and provide a y-axis scrollbar. */
- @extend .pre-scrollable;
- @extend .highlight;
- padding: 2px 4px;
- font-size: 90%;
- color: #c7254e;
- background-color: #f9f2f4;
- border-radius: 4px;
-}
-
.card-inverse > .card-block > li a {
color: #fff;
}