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

github.com/niklasbuschmann/contrast-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/index.css')
-rw-r--r--static/css/index.css8
1 files changed, 0 insertions, 8 deletions
diff --git a/static/css/index.css b/static/css/index.css
index 6c38b42..0d86202 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -51,10 +51,6 @@ body {
-moz-osx-font-smoothing: grayscale;
}
-h1, h2, h3, h4, h5, h6 {
- font-weight: 600;
-}
-
b, strong, th {
font-weight: 600;
}
@@ -81,10 +77,6 @@ hr {
margin: 2em 0;
}
-article:not(:last-child) {
- border-bottom: 1px solid rgba(142, 142, 145, 0.12);
-}
-
blockquote {
background: rgba(142, 142, 145, 0.06);
border-left: 3px solid rgba(142, 142, 145, 0.9);