Skip to content

Commit 00ae266

Browse files
LianaHusAniket-Engg
authored andcommitted
adding missing colors to card-titles
1 parent 28259e3 commit 00ae266

File tree

9 files changed

+13
-4
lines changed

9 files changed

+13
-4
lines changed

apps/remix-ide/src/assets/css/themes/bootstrap-cerulean.min.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3928,7 +3928,8 @@ input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-
39283928
padding:1.25rem
39293929
}
39303930
.card-title {
3931-
margin-bottom:.75rem
3931+
margin-bottom:.75rem;
3932+
color: var(--text);
39323933
}
39333934
.card-subtitle {
39343935
margin-top:-.375rem;

apps/remix-ide/src/assets/css/themes/bootstrap-cyborg.min.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3929,7 +3929,8 @@ input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-
39293929
padding:1.25rem
39303930
}
39313931
.card-title {
3932-
margin-bottom:.75rem
3932+
margin-bottom:.75rem;
3933+
color: var(--text);
39333934
}
39343935
.card-subtitle {
39353936
margin-top:-.375rem;

apps/remix-ide/src/assets/css/themes/bootstrap-flatly.min.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3395,7 +3395,8 @@ input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-
33953395
-ms-flex:1 1 auto; flex:1 1 auto; min-height:1px; padding:1.25rem
33963396
}
33973397
.card-title {
3398-
margin-bottom:.75rem
3398+
margin-bottom:.75rem;
3399+
color: var(--text);
33993400
}
34003401
.card-subtitle {
34013402
margin-top:-.375rem; margin-bottom:0

apps/remix-ide/src/assets/css/themes/bootstrap-spacelab.min.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3931,7 +3931,8 @@ input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-
39313931
padding:1.25rem
39323932
}
39333933
.card-title {
3934-
margin-bottom:.75rem
3934+
margin-bottom:.75rem;
3935+
color: var(--text);
39353936
}
39363937
.card-subtitle {
39373938
margin-top:-.375rem;

apps/remix-ide/src/assets/css/themes/remix-candy_ikhg4m.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4371,6 +4371,7 @@ input[type="button"].btn-block {
43714371

43724372
.card-title {
43734373
margin-bottom: 0.75rem;
4374+
color: var(--text);
43744375
}
43754376

43764377
.card-subtitle {

apps/remix-ide/src/assets/css/themes/remix-light_powaqg.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4367,6 +4367,7 @@ input[type="button"].btn-block {
43674367

43684368
.card-title {
43694369
margin-bottom: 0.75rem;
4370+
color: var(--text);
43704371
}
43714372

43724373
.card-subtitle {

apps/remix-ide/src/assets/css/themes/remix-midcentury_hrzph3.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4373,6 +4373,7 @@ input[type="button"].btn-block {
43734373

43744374
.card-title {
43754375
margin-bottom: 0.75rem;
4376+
color: var(--text);
43764377
}
43774378

43784379
.card-subtitle {

apps/remix-ide/src/assets/css/themes/remix-unicorn.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4371,6 +4371,7 @@ input[type="button"].btn-block {
43714371

43724372
.card-title {
43734373
margin-bottom: 0.75rem;
4374+
color: var(--text);
43744375
}
43754376

43764377
.card-subtitle {

apps/remix-ide/src/assets/css/themes/remix-violet.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4367,6 +4367,7 @@ input[type="button"].btn-block {
43674367

43684368
.card-title {
43694369
margin-bottom: 0.75rem;
4370+
color: var(--text);
43704371
}
43714372

43724373
.card-subtitle {

0 commit comments

Comments
 (0)