From 4487ab31b7e6282efcf53ebd3f52aab87f60b6cc Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Mon, 1 Feb 2021 00:52:03 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/notion.css | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/styles/notion.css b/styles/notion.css index 6e05716..08d4fb4 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -213,15 +213,15 @@ border-image-slice: 1; } -.light-mode .notion-red_background, -.light-mode .notion-pink_background, -.light-mode .notion-blue_background, -.light-mode .notion-purple_background, -.light-mode .notion-teal_background, -.light-mode .notion-yellow_background, -.light-mode .notion-orange_background, -.light-mode .notion-brown_background, -.light-mode .notion-gray_background { +.notion-red_background, +.notion-pink_background, +.notion-blue_background, +.notion-purple_background, +.notion-teal_background, +.notion-yellow_background, +.notion-orange_background, +.notion-brown_background, +.notion-gray_background { padding: 0 0.5rem; margin: 0 -0.5rem 0 -0.25rem; border-radius: 0.5rem; @@ -240,8 +240,8 @@ ); } -.light-mode .notion-red_background, -.light-mode .notion-pink_background { +..notion-red_background, +..notion-pink_background { /* light pink */ background-image: linear-gradient( 119deg, @@ -252,7 +252,7 @@ ); } -.light-mode .notion-blue_background { +.notion-blue_background { /* light blue */ background-image: linear-gradient( 119deg, @@ -263,8 +263,8 @@ ); } -.light-mode .notion-purple_background, -.light-mode .notion-orange_background { +.notion-purple_background, +.notion-orange_background { /* light red */ background-image: linear-gradient( 119deg, @@ -275,7 +275,7 @@ ); } -.light-mode .notion-teal_background { +.notion-teal_background { /* light green */ background-image: linear-gradient( 119deg, @@ -286,8 +286,8 @@ ); } -.light-mode .notion-brown_background, -.light-mode .notion-gray_background { +.notion-brown_background, +.notion-gray_background { /* dark blue */ background-image: linear-gradient( 119deg,