Skip to content

Commit 4d643bf

Browse files
authored
Merge pull request #1070 from kenkoooo/feature/contrast_form
feat(frontend): Change the color of the form text and placeholder
2 parents 24c7478 + e321c48 commit 4d643bf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

atcoder-problems-frontend/src/style/_react-bs-table.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ SOFTWARE.
2727
/*editor error animate*/
2828
/*@import "~toastr/build/toastr.min.css";*/
2929

30+
@import "~bootstrap/scss/variables";
31+
3032
$react-bs-table-lightgrey: lightgrey !default;
3133
$react-bs-table-border-color: #ddd !default;
3234

@@ -513,3 +515,10 @@ th.react-bs-table-expand-cell > div {
513515
.bounceOut {
514516
animation-name: bounceOut;
515517
}
518+
519+
.form-control {
520+
color: $black;
521+
&::placeholder {
522+
color: $gray-500;
523+
}
524+
}

0 commit comments

Comments
 (0)