summaryrefslogtreecommitdiffstats
path: root/assets/scss/_primer/markdown/headings.scss
diff options
context:
space:
mode:
authordsrkafuu2021-06-09 10:31:54 +0800
committerdsrkafuu2021-06-09 10:31:54 +0800
commit787b7865fba31fd56009a85f214f829b9d85cc04 (patch)
tree231c5deebcb813723046e6ac1f1b48d6ed055409 /assets/scss/_primer/markdown/headings.scss
parenta138423ec2588d76a96f90fdcd8d9606276355e3 (diff)
downloadhugo-theme-fuji-787b7865fba31fd56009a85f214f829b9d85cc04.tar.gz
hugo-theme-fuji-787b7865fba31fd56009a85f214f829b9d85cc04.tar.bz2
hugo-theme-fuji-787b7865fba31fd56009a85f214f829b9d85cc04.zip
build: update primer
Diffstat (limited to 'assets/scss/_primer/markdown/headings.scss')
-rw-r--r--assets/scss/_primer/markdown/headings.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/scss/_primer/markdown/headings.scss b/assets/scss/_primer/markdown/headings.scss
index 26347bb..3cd86e9 100644
--- a/assets/scss/_primer/markdown/headings.scss
+++ b/assets/scss/_primer/markdown/headings.scss
@@ -15,7 +15,7 @@
line-height: $lh-condensed;
.octicon-link {
- color: $text-black;
+ color: var(--color-text-primary);
vertical-align: middle;
visibility: hidden;
}
@@ -39,7 +39,7 @@
padding-bottom: 0.3em;
// stylelint-disable-next-line primer/typography
font-size: 2em;
- border-bottom: $border-width $border-style $border-gray-light;
+ border-bottom: $border-width $border-style var(--color-border-secondary);
}
h2 {
@@ -47,7 +47,7 @@
padding-bottom: 0.3em;
// stylelint-disable-next-line primer/typography
font-size: 1.5em;
- border-bottom: $border-width $border-style $border-gray-light;
+ border-bottom: $border-width $border-style var(--color-border-secondary);
}
h3 {
@@ -67,6 +67,6 @@
h6 {
// stylelint-disable-next-line primer/typography
font-size: 0.85em;
- color: $text-gray-light;
+ color: var(--color-text-tertiary);
}
}