Skip to content

Commit

Permalink
chore(format): run prettier on the custom css stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Jan 26, 2022
1 parent ee55f6a commit e697e14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/* You can override the default Infima variables here. */
:root {
--color-unleash-purple: #635DC5;
--color-unleash-purple: #635dc5;
--ifm-color-primary: #39535b;
--ifm-color-primary-dark: #334b52;
--ifm-color-primary-darker: #30474d;
Expand All @@ -30,9 +30,9 @@ footer {
}

li.theme-doc-sidebar-item-category-level-1 > div::before {
width: .3em;
width: 0.3em;
height: 100%;
content: " ";
content: ' ';
background-color: var(--color-unleash-purple);
border-radius: 2px;
position: absolute;
Expand Down

0 comments on commit e697e14

Please sign in to comment.