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

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/_typography.scss')
-rw-r--r--src/_typography.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/_typography.scss b/src/_typography.scss
index 5999568..76191f0 100644
--- a/src/_typography.scss
+++ b/src/_typography.scss
@@ -65,13 +65,15 @@ abbr[title] {
}
kbd {
+ font-size: .65rem;
@include label-base();
@include label-variant($light-color, $dark-color);
}
mark {
- @include label-base();
+ border-radius: $border-radius;
@include label-variant($body-font-color, $highlight-color);
+ padding: .05rem;
}
// Blockquote