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

github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/sass/custom/global.scss')
-rw-r--r--static/sass/custom/global.scss32
1 files changed, 21 insertions, 11 deletions
diff --git a/static/sass/custom/global.scss b/static/sass/custom/global.scss
index 7bafe57..c7deaac 100644
--- a/static/sass/custom/global.scss
+++ b/static/sass/custom/global.scss
@@ -17,20 +17,30 @@ img { -ms-interpolation-mode: bicubic; }
// Links
-a {
- color: $light;
+a { color: $contrast; }
+a:hover { color: $shadow; }
+a:focus { color: $base; }
+a:active { color: $light; }
+
+// HTML elements
+
+blockquote {
+ @include _background-opacity($neutral, .3);
+ border-left: 6px solid $neutral;
+ font-size: $fontSize * 1.25;
+ margin-left: 0;
+ margin-right: 0;
+ padding: .5em 1.5em;
}
-a:hover {
- color: $dark;
-}
-
-a:focus {
- color: $black;
-}
+code {
+ @include _background-opacity($contrast, .1);
+ border-left: 6px solid $contrast;
+ color: $contrast;
+ display: block;
+ margin: 1em 0;
+ padding: .5em 1.5em;
-a:active {
- color: $dark;
}
// Helpers