Skip to content

Commit 0e8afca

Browse files
committed
Move p styling to be within the appropriate DIV class.
Without this change, the `p` style affects the entire repository since all stylesheets are bundled into a single file. There's no autoprefixing going on here, but this allows the `theme-colors` to have the ultimate override abilities! cc @unicodeveloper
1 parent 4a82797 commit 0e8afca

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/assets/theme-colors.less

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
padding-left: 10px;
1717
padding-right: 10px;
1818
border-right: 0px;
19-
}
2019

21-
p {
22-
font-size: 14px;
23-
color: #666;
20+
p {
21+
font-size: 0.8rem;
22+
line-height: 1.5rem;
23+
color: #81849b;
24+
}
2425
}
2526

2627
.headers {

0 commit comments

Comments
 (0)