Skip to content

Commit

Permalink
chore: remove unused style
Browse files Browse the repository at this point in the history
  • Loading branch information
aryan02420 committed Dec 12, 2023
1 parent 834fd6c commit 5fbb226
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
*/

:root {
/* custom variables */
--ly-color-brand: #00B9D1;

--ifm-button-border-radius: 9999px;
--ifm-font-size-base: 6px;
--ifm-code-font-size: 95%;
Expand Down Expand Up @@ -520,14 +517,6 @@ html {
border-bottom: 1px solid #EAEAEA;
}

.navbar__brand {
color: var(--ly-color-brand);
}

.navbar__brand:hover {
color: var(--ly-color-brand);
}

.navbar__logo {
height: 2.26rem;
width: auto;
Expand Down

0 comments on commit 5fbb226

Please sign in to comment.