Skip to content

Commit 8cd62f8

Browse files
authored
fix(docs): rules page dark mode (#171)
1 parent 89d79bf commit 8cd62f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

document/src/components/RuleIndex.module.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
margin: 0;
1010
padding: 0;
1111
position: relative;
12-
background: #ffffff;
1312
border-radius: 8px;
14-
border: 1px solid #f0f0f0;
13+
border: 1px solid var(--rp-c-divider-light);
1514
margin-right: 24px;
1615
font-size: 14px;
1716
}
@@ -21,7 +20,7 @@
2120
justify-content: space-between;
2221
align-items: center;
2322
padding: 24px;
24-
border-bottom: 1px solid #f0f0f0;
23+
border-bottom: 1px solid var(--rp-c-divider-light);
2524
height: 55.5px;
2625
overflow: hidden;
2726
font-weight: bold;

0 commit comments

Comments
 (0)