Skip to content
This repository was archived by the owner on Jan 4, 2024. It is now read-only.

Commit 2e45cc6

Browse files
authored
Update Raspberry Pi brand colours (#130)
The brand red and green are being slightly tweaked to match existing Pantones (to make it easier to match for product packaging) so update Bits to match: * Red goes from #c51d4a to #cd2355 (Pantone 7636C) * Green goes from #6ac146 to #46af4b (Pantone 360C)
1 parent 78d0bc1 commit 2e45cc6

File tree

6 files changed

+48
-48
lines changed

6 files changed

+48
-48
lines changed

lib/Bits.css

+36-36
Original file line numberDiff line numberDiff line change
@@ -884,15 +884,15 @@ strong {
884884
}
885885

886886
.c-badge--brand-raspberry-pi-red {
887-
background-color: #c51d4a;
888-
border-color: #c51d4a;
887+
background-color: #cd2355;
888+
border-color: #cd2355;
889889
color: #f5f6f9;
890890
}
891891

892892
.c-badge--brand-raspberry-pi-green {
893-
background-color: #6ac146;
894-
border-color: #6ac146;
895-
color: #222;
893+
background-color: #46af4b;
894+
border-color: #46af4b;
895+
color: #f5f6f9;
896896
}
897897

898898
.c-badge--primary-yellow {
@@ -1204,16 +1204,16 @@ strong {
12041204

12051205
.c-button--brand-raspberry-pi-red,
12061206
.c-button--brand-raspberry-pi-red:visited {
1207-
background-color: #c51d4a;
1208-
border-color: #c51d4a;
1207+
background-color: #cd2355;
1208+
border-color: #cd2355;
12091209
color: #f5f6f9;
12101210
}
12111211

12121212
.c-button--brand-raspberry-pi-green,
12131213
.c-button--brand-raspberry-pi-green:visited {
1214-
background-color: #6ac146;
1215-
border-color: #6ac146;
1216-
color: #222;
1214+
background-color: #46af4b;
1215+
border-color: #46af4b;
1216+
color: #f5f6f9;
12171217
}
12181218

12191219
.c-button--primary-yellow,
@@ -1878,11 +1878,11 @@ strong {
18781878
}
18791879

18801880
.c-link--rpi {
1881-
color: #c51d4a;
1881+
color: #cd2355;
18821882
font-weight: 300;
18831883
}
18841884
.c-link--rpi:visited {
1885-
color: #c51d4a;
1885+
color: #cd2355;
18861886
font-weight: 300;
18871887
}
18881888

@@ -2418,11 +2418,11 @@ strong {
24182418
}
24192419

24202420
.c-wysiwyg--rpi a {
2421-
color: #c51d4a;
2421+
color: #cd2355;
24222422
font-weight: 300;
24232423
}
24242424
.c-wysiwyg--rpi a:visited {
2425-
color: #c51d4a;
2425+
color: #cd2355;
24262426
font-weight: 300;
24272427
}
24282428

@@ -3935,11 +3935,11 @@ strong {
39353935
}
39363936

39373937
.u-bgcolor-brand-raspberry-pi-red {
3938-
background-color: #c51d4a !important;
3938+
background-color: #cd2355 !important;
39393939
}
39403940

39413941
.u-bgcolor-brand-raspberry-pi-green {
3942-
background-color: #6ac146 !important;
3942+
background-color: #46af4b !important;
39433943
}
39443944

39453945
.u-bgcolor-primary-yellow {
@@ -4259,63 +4259,63 @@ strong {
42594259
}
42604260

42614261
.u-border-color-brand-raspberry-pi-red {
4262-
border-color: #c51d4a;
4262+
border-color: #cd2355;
42634263
}
42644264

42654265
.u-border-color-b-brand-raspberry-pi-red {
4266-
border-bottom-color: #c51d4a;
4266+
border-bottom-color: #cd2355;
42674267
}
42684268

42694269
.u-border-color-l-brand-raspberry-pi-red {
4270-
border-left-color: #c51d4a;
4270+
border-left-color: #cd2355;
42714271
}
42724272

42734273
.u-border-color-r-brand-raspberry-pi-red {
4274-
border-right-color: #c51d4a;
4274+
border-right-color: #cd2355;
42754275
}
42764276

42774277
.u-border-color-t-brand-raspberry-pi-red {
4278-
border-top-color: #c51d4a;
4278+
border-top-color: #cd2355;
42794279
}
42804280

42814281
.u-border-color-h-brand-raspberry-pi-red {
4282-
border-left-color: #c51d4a;
4283-
border-right-color: #c51d4a;
4282+
border-left-color: #cd2355;
4283+
border-right-color: #cd2355;
42844284
}
42854285

42864286
.u-border-color-v-brand-raspberry-pi-red {
4287-
border-bottom-color: #c51d4a;
4288-
border-top-color: #c51d4a;
4287+
border-bottom-color: #cd2355;
4288+
border-top-color: #cd2355;
42894289
}
42904290

42914291
.u-border-color-brand-raspberry-pi-green {
4292-
border-color: #6ac146;
4292+
border-color: #46af4b;
42934293
}
42944294

42954295
.u-border-color-b-brand-raspberry-pi-green {
4296-
border-bottom-color: #6ac146;
4296+
border-bottom-color: #46af4b;
42974297
}
42984298

42994299
.u-border-color-l-brand-raspberry-pi-green {
4300-
border-left-color: #6ac146;
4300+
border-left-color: #46af4b;
43014301
}
43024302

43034303
.u-border-color-r-brand-raspberry-pi-green {
4304-
border-right-color: #6ac146;
4304+
border-right-color: #46af4b;
43054305
}
43064306

43074307
.u-border-color-t-brand-raspberry-pi-green {
4308-
border-top-color: #6ac146;
4308+
border-top-color: #46af4b;
43094309
}
43104310

43114311
.u-border-color-h-brand-raspberry-pi-green {
4312-
border-left-color: #6ac146;
4313-
border-right-color: #6ac146;
4312+
border-left-color: #46af4b;
4313+
border-right-color: #46af4b;
43144314
}
43154315

43164316
.u-border-color-v-brand-raspberry-pi-green {
4317-
border-bottom-color: #6ac146;
4318-
border-top-color: #6ac146;
4317+
border-bottom-color: #46af4b;
4318+
border-top-color: #46af4b;
43194319
}
43204320

43214321
.u-border-color-primary-yellow {
@@ -5142,11 +5142,11 @@ strong {
51425142
}
51435143

51445144
.u-color-brand-raspberry-pi-red {
5145-
color: #c51d4a !important;
5145+
color: #cd2355 !important;
51465146
}
51475147

51485148
.u-color-brand-raspberry-pi-green {
5149-
color: #6ac146 !important;
5149+
color: #46af4b !important;
51505150
}
51515151

51525152
.u-color-primary-yellow {

lib/Bits.min.css

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

lib/Bits.min.css.map

+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)