From ec9267ec653b77cd113cf2ff6bd548a66e150e7d Mon Sep 17 00:00:00 2001 From: Heli-o Date: Sat, 20 Apr 2024 16:39:11 +0200 Subject: [PATCH] changed scss to css --- quartz/styles/custom.scss | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index ec903af..c96ac57 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -4,24 +4,26 @@ .fring { display:flex; flex-flow: row wrap; - .fring-button { - text-size: 0.9rem !important; - border-radius: 16px !important; - border:none !important; - background-color: rgba(100,100,100, 0.3) !important; - padding: 0.4rem 0.8rem !important; - margin: 0.2rem 0.4rem !important; - text-decoration: none !important; - width: fit-content !important; - height: fit-content !important; - cursor:pointer !important; - svg { - display:none !important; - } +} - &:hover{ - background-color: rgba(100,100,100, 0.5) !important; - } - } +.fring-button { + text-size: 0.9rem !important; + border-radius: 16px !important; + border:none !important; + background-color: rgba(100,100,100, 0.3) !important; + padding: 0.4rem 0.8rem !important; + margin: 0.2rem 0.4rem !important; + text-decoration: none !important; + width: fit-content !important; + height: fit-content !important; + cursor:pointer !important; +} + +.fring-button:hover{ + background-color: rgba(100,100,100, 0.5) !important; +} + +.fring svg { + display:none !important; } \ No newline at end of file