Skip to content

Commit

Permalink
use color scheme for div border-top color
Browse files Browse the repository at this point in the history
  • Loading branch information
faraplay committed Jul 2, 2023
1 parent 767ec95 commit 2aadb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/customUi.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ form.usertext {
}

div.pref-row {
border-top: 1px dotted gray;
border-top: 1px solid var(--md-sys-color-outline-variant);
padding-bottom: 10px;
}

0 comments on commit 2aadb61

Please sign in to comment.