Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 1b6dc44

Browse files
committed
adding a weight to the pattern name
1 parent 2f1e1fd commit 1b6dc44

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

public/styleguide/css/styleguide.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,9 @@
587587
color: gray;
588588
font-size: 1em; }
589589

590+
.sg-code-patternname {
591+
font-weight: bold; }
592+
590593
#sg-code-loader {
591594
display: none;
592595
position: absolute;

public/styleguide/css/styleguide.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,10 @@ $animate-quick: 0.2s;
813813
font-size: 1em;
814814
}
815815

816+
.sg-code-patternname {
817+
font-weight: bold;
818+
}
819+
816820
#sg-code-loader {
817821
display: none;
818822
position: absolute;

0 commit comments

Comments
 (0)