Skip to content

Commit ff8ae9d

Browse files
committed
update light mode link color
1 parent d9478ba commit ff8ae9d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

static/css/devportal2024-v1.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.

styles/light/_light-theme.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,6 +1275,11 @@ $company-logos-light: (
12751275
color: #7919FF;
12761276
}
12771277
}
1278+
.card-description {
1279+
a {
1280+
color: #7919FF !important;
1281+
}
1282+
}
12781283
.developer-tools__image {
12791284
background-image: url("../img/tokenization/lightmode/graphic.png");
12801285
}

0 commit comments

Comments
 (0)