Skip to content

Commit 707af3c

Browse files
authored
fix: update css specificity for markdown (#356)
1 parent d44cad4 commit 707af3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_playground/App.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ $fd-fonts-path: '../../node_modules/fiori-fundamentals/dist/fonts/';
7878
padding-left: 1rem;
7979
padding-right: 1rem;
8080

81-
.frDocs-Content__header, h1 {
81+
.frDocs-Content__header, .frDocs-markdown > h1 {
8282
margin: 12px 0;
8383
margin-top: 2rem;
8484
font-size: 2.2rem;
8585
}
8686

87-
.frDocs-Content__description, p {
87+
.frDocs-Content__description, .frDocs-markdown > p {
8888
margin-bottom: 1.5rem;
8989
font-size: 1rem;
9090
font-weight: 300;

0 commit comments

Comments
 (0)