Skip to content

Commit 82d6b53

Browse files
committed
Update <hr> styling
1 parent f8b41a2 commit 82d6b53

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

style.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,11 @@ select:hover {
212212

213213

214214
.markdown-body blockquote {
215-
border-left: 4px solid gray;
215+
border-left: 4px solid #787878;
216+
}
217+
218+
hr{
219+
background-color: #787878 !important;
216220
}
217221

218222
/* Dropdown styles*/
@@ -318,10 +322,15 @@ select:hover {
318322
border-left-color: #D4D4D4;
319323
}
320324

325+
.light-mode hr{
326+
background-color: #D4D4D4 !important;
327+
}
328+
321329
.light-mode {
322330
background-color: #FFFFFF; /* Light mode bg */
323331
color: #333333; /* Light mode text color */
324332
}
333+
325334
.light-mode .preview,
326335
.light-mode .markdown-body pre,
327336
.light-mode .markdown-body code {

0 commit comments

Comments
 (0)