Skip to content

Commit 448501a

Browse files
committedApr 14, 2024·
Updatebrandcolor
1 parent 7f4eab4 commit 448501a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎src/css/custom.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/* You can override the default Infima variables here. */
1111
:root {
12-
--ifm-color-primary: #ff8b53;
12+
--ifm-color-primary: #FF4702;
1313
--ifm-color-primary-dark: #29784c;
1414
--ifm-color-primary-darker: #277148;
1515
--ifm-color-primary-darkest: #205d3b;
@@ -23,7 +23,7 @@
2323

2424
/* For readability concerns, you should choose a lighter palette in dark mode. */
2525
[data-theme="dark"] {
26-
--ifm-color-primary: #ff8b53;
26+
--ifm-color-primary: #FF4702;
2727
--ifm-color-primary-dark: #21af90;
2828
--ifm-color-primary-darker: #1fa588;
2929
--ifm-color-primary-darkest: #1a8870;

‎static/img/coderabbit_nav_logo.svg

+2-2
Loading

‎static/img/favIcon.svg

+1-1
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.