Skip to content

Commit 78afc04

Browse files
authored
style: adjust getting started button (#6)
1 parent 9b66e82 commit 78afc04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/stylesheets/extra.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ th {
4141
}
4242

4343
.hero .md-button {
44-
background: var(--cpp-linter-logo-color-green);
44+
background: var(--cpp-linter-logo-color-yellow);
4545
color: black;
4646
border: none;
4747
border-radius: unset;
4848
display: inline-block;
4949
}
5050

5151
.hero .md-button:hover {
52-
background: var(--cpp-linter-logo-color-yellow);
52+
background: var(--cpp-linter-logo-color-green);
5353
color: black;
5454
border: none;
5555
}

0 commit comments

Comments
 (0)