Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ th {
:root > * {
--cpp-linter-logo-color-green: #40b385;
--cpp-linter-logo-color-yellow: #ffc20a;
--cpp-linter-logo-color-blue: #4051b5;
}

/* Hero section styling */
Expand Down Expand Up @@ -41,15 +42,15 @@ th {
}

.hero .md-button {
background: var(--cpp-linter-logo-color-green);
background: var(--cpp-linter-logo-color-yellow);
color: black;
border: none;
border-radius: unset;
display: inline-block;
}

.hero .md-button:hover {
background: var(--cpp-linter-logo-color-yellow);
background: var(--cpp-linter-logo-color-green);
color: black;
border: none;
}
Expand Down