We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2bfcf commit 4611511Copy full SHA for 4611511
sass/elements/_details.scss
@@ -1,6 +1,9 @@
1
details {
2
$h-padding: 10px;
3
border-radius: $border-radius;
4
+ border-width: 1px;
5
+ border-style: solid;
6
+ border-color: var(--details-border-color);
7
padding: 0 $h-padding;
8
margin-block: 1em;
9
background-color: var(--details-bg-color);
sass/pages/_docs.scss
@@ -25,6 +25,10 @@
25
margin-bottom: 15px;
26
}
27
28
+ h4 {
29
+ font-weight: 500;
30
+ }
31
+
32
p {
33
margin-top: 5px;
34
0 commit comments