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:
authorYan Zhu <picturepan2@hotmail.com>2017-09-01 08:35:52 +0300
committerYan Zhu <picturepan2@hotmail.com>2017-09-01 08:35:52 +0300
commit01ab1832dac5d902ede2e7f96af2c0296737c46f (patch)
tree99e6c1001c9776cd719be401485d335e7b6ed5f6 /src/_typography.scss
parent30cf502553355cf2a632781a4839c44e1c83a71c (diff)
Improve SASS coding with Hound CI results, and change Hound CI configs.
Diffstat (limited to 'src/_typography.scss')
-rw-r--r--src/_typography.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_typography.scss b/src/_typography.scss
index 76191f0..17b7f7c 100644
--- a/src/_typography.scss
+++ b/src/_typography.scss
@@ -65,14 +65,14 @@ abbr[title] {
}
kbd {
- font-size: .65rem;
@include label-base();
@include label-variant($light-color, $dark-color);
+ font-size: .65rem;
}
mark {
- border-radius: $border-radius;
@include label-variant($body-font-color, $highlight-color);
+ border-radius: $border-radius;
padding: .05rem;
}