We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b66e82 commit 78afc04Copy full SHA for 78afc04
1 file changed
docs/stylesheets/extra.css
@@ -41,15 +41,15 @@ th {
41
}
42
43
.hero .md-button {
44
- background: var(--cpp-linter-logo-color-green);
+ background: var(--cpp-linter-logo-color-yellow);
45
color: black;
46
border: none;
47
border-radius: unset;
48
display: inline-block;
49
50
51
.hero .md-button:hover {
52
- background: var(--cpp-linter-logo-color-yellow);
+ background: var(--cpp-linter-logo-color-green);
53
54
55
0 commit comments