Skip to content

Commit 7ec5916

Browse files
committed
Unify dark-theme custom button's border style with submit button's
1 parent 5c6c2ac commit 7ec5916

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sources/stylesheets/_content-formatted.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156

157157
.dark-background & {
158158
color: $light-primary;
159-
border-color: $light-hover;
159+
border-color: $light-tertiary;
160160
}
161161
}
162162

stylesheets/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ nav a, .menu a, .header a, .edy-cbtn, .edy-btn-cm-round, .edys-gallery-item, .ed
11991199
}
12001200
.dark-background .content-formatted .custom-btn {
12011201
color: rgba(255, 255, 255, 0.8);
1202-
border-color: white;
1202+
border-color: rgba(255, 255, 255, 0.3);
12031203
}
12041204
.content-formatted .table-container {
12051205
margin-top: 20px;

stylesheets/main.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)