Skip to content

Commit cea9b3c

Browse files
committed
🔧 chore(modifiers.scss): Update text color to darker shade, add !important to transparent modifier classes
1 parent c6e7f1d commit cea9b3c

8 files changed

Lines changed: 27 additions & 27 deletions

File tree

dist/cirrus-all.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
*/
8484
:root {
8585
/* v1 Colors */
86-
--cirrus-fg: #374054;
86+
--cirrus-fg: #0f172a;
8787
--cirrus-bg: #ffffff;
8888
--cirrus-select-bg: rgba(0, 161, 255, 0.2);
8989
--cirrus-code-bg: rgba(255, 218, 221, 1);
@@ -6146,12 +6146,12 @@ video.video-fullscreen {
61466146
}
61476147

61486148
.bg-transparent {
6149-
background-color: transparent;
6149+
background-color: transparent !important;
61506150
}
61516151

61526152
.text-transparent {
6153-
border-color: transparent;
6154-
color: transparent;
6153+
border-color: transparent !important;
6154+
color: transparent !important;
61556155
}
61566156

61576157
/* v2 */
@@ -12742,12 +12742,12 @@ label:last-child:not(:first-child):not(.form-group-label) {
1274212742
padding: 0 1rem;
1274312743
}
1274412744
.frame .frame__title {
12745-
color: #374054;
12745+
color: #0f172a;
1274612746
font-size: 1rem;
1274712747
margin: 0.75rem auto 0;
1274812748
}
1274912749
.frame .frame__subtitle {
12750-
color: rgba(55, 64, 84, 0.6);
12750+
color: rgba(15, 23, 42, 0.6);
1275112751
font-size: 1rem;
1275212752
margin: 0 auto 0.75rem;
1275312753
}
@@ -17406,7 +17406,7 @@ ul .divider::after {
1740617406
pointer-events: none;
1740717407
}
1740817408
.breadcrumb .breadcrumb__item.breadcrumb__item--active a {
17409-
color: #374054;
17409+
color: #0f172a;
1741017410
}
1741117411

1741217412
/* CARDS */

dist/cirrus-all.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cirrus-core.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
*/
8383
:root {
8484
/* v1 Colors */
85-
--cirrus-fg: #374054;
85+
--cirrus-fg: #0f172a;
8686
--cirrus-bg: #ffffff;
8787
--cirrus-select-bg: rgba(0, 161, 255, 0.2);
8888
--cirrus-code-bg: rgba(255, 218, 221, 1);
@@ -4645,12 +4645,12 @@ video.video-fullscreen {
46454645
}
46464646

46474647
.bg-transparent {
4648-
background-color: transparent;
4648+
background-color: transparent !important;
46494649
}
46504650

46514651
.text-transparent {
4652-
border-color: transparent;
4653-
color: transparent;
4652+
border-color: transparent !important;
4653+
color: transparent !important;
46544654
}
46554655

46564656
/* v2 */
@@ -11241,12 +11241,12 @@ label:last-child:not(:first-child):not(.form-group-label) {
1124111241
padding: 0 1rem;
1124211242
}
1124311243
.frame .frame__title {
11244-
color: #374054;
11244+
color: #0f172a;
1124511245
font-size: 1rem;
1124611246
margin: 0.75rem auto 0;
1124711247
}
1124811248
.frame .frame__subtitle {
11249-
color: rgba(55, 64, 84, 0.6);
11249+
color: rgba(15, 23, 42, 0.6);
1125011250
font-size: 1rem;
1125111251
margin: 0 auto 0.75rem;
1125211252
}

dist/cirrus-core.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cirrus.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
*/
8484
:root {
8585
/* v1 Colors */
86-
--cirrus-fg: #374054;
86+
--cirrus-fg: #0f172a;
8787
--cirrus-bg: #ffffff;
8888
--cirrus-select-bg: rgba(0, 161, 255, 0.2);
8989
--cirrus-code-bg: rgba(255, 218, 221, 1);
@@ -4646,12 +4646,12 @@ video.video-fullscreen {
46464646
}
46474647

46484648
.bg-transparent {
4649-
background-color: transparent;
4649+
background-color: transparent !important;
46504650
}
46514651

46524652
.text-transparent {
4653-
border-color: transparent;
4654-
color: transparent;
4653+
border-color: transparent !important;
4654+
color: transparent !important;
46554655
}
46564656

46574657
/* v2 */
@@ -11242,12 +11242,12 @@ label:last-child:not(:first-child):not(.form-group-label) {
1124211242
padding: 0 1rem;
1124311243
}
1124411244
.frame .frame__title {
11245-
color: #374054;
11245+
color: #0f172a;
1124611246
font-size: 1rem;
1124711247
margin: 0.75rem auto 0;
1124811248
}
1124911249
.frame .frame__subtitle {
11250-
color: rgba(55, 64, 84, 0.6);
11250+
color: rgba(15, 23, 42, 0.6);
1125111251
font-size: 1rem;
1125211252
margin: 0 auto 0.75rem;
1125311253
}
@@ -14382,7 +14382,7 @@ ul .divider::after {
1438214382
pointer-events: none;
1438314383
}
1438414384
.breadcrumb .breadcrumb__item.breadcrumb__item--active a {
14385-
color: #374054;
14385+
color: #0f172a;
1438614386
}
1438714387

1438814388
/* CARDS */

dist/cirrus.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/base/modifiers.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656
}
5757

5858
.bg-transparent {
59-
background-color: transparent;
59+
background-color: transparent !important;
6060
}
6161

6262
.text-transparent {
63-
border-color: transparent;
64-
color: transparent;
63+
border-color: transparent !important;
64+
color: transparent !important;
6565
}
6666

6767
/* v2 */

src/internal/_theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $cirrus-success-hover: #00b147;
2626
$cirrus-warning-hover: #f9a90e;
2727
$cirrus-danger-hover: #f1393c;
2828

29-
$cirrus-fg: #374054;
29+
$cirrus-fg: #0f172a;
3030
$cirrus-bg: $cirrus-white;
3131

3232
$cirrus-select-bg: rgba(0, 161, 255, 0.2);

0 commit comments

Comments
 (0)