Skip to content

Commit 7b03040

Browse files
authored
feat: add kochstrasse logo (#48)
1 parent 438f233 commit 7b03040

4 files changed

Lines changed: 19 additions & 1 deletion

File tree

carbon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"co2": "0.02",
3-
"percent": "97"
3+
"percent": "96"
44
}
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"name": "Kochstrasse - Agentur für Marken GmbH",
3+
"logo": "kochstrasse.svg",
4+
"href": "https://www.kochstrasse.agency/"
5+
}

src/styles/global.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
--color-bb-grey-200: #f3f3f3;
1414
--color-bb-grey-300: #d1d5db;
1515
--color-bb-grey-400: #eaeaea;
16+
--color-bb-grey-450: #8c8c8c;
1617
--color-bb-grey-500: #2e2e2e;
1718
--color-bb-grey-550: #424242;
1819
--color-bb-grey-600: #2b2b2b;
@@ -116,3 +117,11 @@ lite-youtube::before {
116117
.customer-logo:hover {
117118
--svg-hover-color: initial;
118119
}
120+
121+
.customer-logo .kochstrasse-logo {
122+
fill: var(--color-bb-grey-450);
123+
}
124+
125+
.customer-logo:hover .kochstrasse-logo {
126+
fill: black;
127+
}

0 commit comments

Comments
 (0)