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
path: root/src
diff options
context:
space:
mode:
authorYan Zhu <picturepan2@hotmail.com>2018-11-14 12:29:51 +0300
committerYan Zhu <picturepan2@hotmail.com>2018-11-14 12:29:51 +0300
commit423adaa4075435e530ee26c66721b65e651ac1d9 (patch)
treeb041a6617ad415f0b60d63d6b53d714fd1913e41 /src
parent75b53b96bf026376e14357d5a1ff1b3c0a53df82 (diff)
Add multiline Tooltips
Diffstat (limited to 'src')
-rw-r--r--src/_typography.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/_typography.scss b/src/_typography.scss
index d15d39e..bbeb876 100644
--- a/src/_typography.scss
+++ b/src/_typography.scss
@@ -71,8 +71,9 @@ kbd {
mark {
@include label-variant($body-font-color, $highlight-color);
+ border-bottom: $unit-o solid darken($highlight-color, 15%);
border-radius: $border-radius;
- padding: .05rem;
+ padding: $unit-o $unit-h 0;
}
// Blockquote