Skip to content

Commit a70f595

Browse files
committed
chore: adjust getting started button
1 parent 9b66e82 commit a70f595

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/stylesheets/extra.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ th {
55
:root > * {
66
--cpp-linter-logo-color-green: #40b385;
77
--cpp-linter-logo-color-yellow: #ffc20a;
8+
--cpp-linter-logo-color-blue: #4051b5;
89
}
910

1011
/* Hero section styling */
@@ -41,15 +42,15 @@ th {
4142
}
4243

4344
.hero .md-button {
44-
background: var(--cpp-linter-logo-color-green);
45+
background: var(--cpp-linter-logo-color-yellow);
4546
color: black;
4647
border: none;
4748
border-radius: unset;
4849
display: inline-block;
4950
}
5051

5152
.hero .md-button:hover {
52-
background: var(--cpp-linter-logo-color-yellow);
53+
background: var(--cpp-linter-logo-color-green);
5354
color: black;
5455
border: none;
5556
}

0 commit comments

Comments
 (0)