From de8267f41edb822c6ab17a2e3f6146c3c6c41aea Mon Sep 17 00:00:00 2001 From: rejas Date: Sat, 17 Apr 2021 10:27:36 +0200 Subject: [PATCH] Fix css comment style --- css/custom.css.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/custom.css.sample b/css/custom.css.sample index 59142c17..091462f7 100644 --- a/css/custom.css.sample +++ b/css/custom.css.sample @@ -3,10 +3,10 @@ * MIT Licensed. */ -// Uncomment and adjust accordingly if you want to import another font from the google-fonts-api: -// @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;700&display=swap'); +/* Uncomment and adjust accordingly if you want to import another font from the google-fonts-api: */ +/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;700&display=swap'); */ -// Change color and fonts here: +/* Change color and fonts here: */ :root { --color-text: #999; --color-text-dimmed: #666;