From e697e146d659001728db994a8e0175fab9e179a0 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 26 Jan 2022 11:57:52 +0100 Subject: [PATCH] chore(format): run prettier on the custom css stylesheet --- website/src/css/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/css/custom.css b/website/src/css/custom.css index 348329fdde..c00de0f93b 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -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; @@ -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;