Skip to content

Commit d4bd080

Browse files
committed
fix: Correct the border widths in the css/styles.css file.
1 parent e470956 commit d4bd080

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ a:hover {
128128
}
129129

130130
.quarto-light .reveal .btn.btn-exercise-editor.btn-primary {
131-
border: 1.5px solid #333;
131+
border: 1px solid #333;
132132
--exercise-btn-bg: var(--bs-btn-bg, transparent);
133133
--exercise-btn-color: var(--bs-btn-color, #333);
134134
--exercise-btn-border-color: var(--bs-btn-border-color, #333);
@@ -138,6 +138,7 @@ a:hover {
138138
}
139139

140140
.quarto-light .reveal .btn.btn-exercise-editor.btn-outline-dark {
141+
border: 1px solid #333;
141142
--exercise-btn-bg: var(--bs-btn-bg, transparent);
142143
--exercise-btn-color: var(--bs-btn-color, #333);
143144
--exercise-btn-border-color: var(--bs-btn-border-color, #333);

0 commit comments

Comments
 (0)