We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b66e82 commit a70f595Copy full SHA for a70f595
docs/stylesheets/extra.css
@@ -5,6 +5,7 @@ th {
5
:root > * {
6
--cpp-linter-logo-color-green: #40b385;
7
--cpp-linter-logo-color-yellow: #ffc20a;
8
+ --cpp-linter-logo-color-blue: #4051b5;
9
}
10
11
/* Hero section styling */
@@ -41,15 +42,15 @@ th {
41
42
43
44
.hero .md-button {
- background: var(--cpp-linter-logo-color-green);
45
+ background: var(--cpp-linter-logo-color-yellow);
46
color: black;
47
border: none;
48
border-radius: unset;
49
display: inline-block;
50
51
52
.hero .md-button:hover {
- background: var(--cpp-linter-logo-color-yellow);
53
+ background: var(--cpp-linter-logo-color-green);
54
55
56
0 commit comments