From 6e3c03f9850f5736d35234bec5dc26b2d775c8f7 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Wed, 5 Jul 2023 19:41:54 +0800 Subject: [PATCH] :art: Update block ref color --- app/appearance/themes/daylight/theme.css | 2 +- app/appearance/themes/midnight/theme.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/appearance/themes/daylight/theme.css b/app/appearance/themes/daylight/theme.css index 5a301bb72..c6df34e47 100644 --- a/app/appearance/themes/daylight/theme.css +++ b/app/appearance/themes/daylight/theme.css @@ -146,7 +146,7 @@ --b3-protyle-inline-mark-background: rgb(252, 212, 126); --b3-protyle-inline-mark-color: #202124; --b3-protyle-inline-tag-color: #5f6368; - --b3-protyle-inline-blockref-color: #9984ea; + --b3-protyle-inline-blockref-color: #8957e5; --b3-protyle-inline-fileref-color: #21862e; /* PDF */ diff --git a/app/appearance/themes/midnight/theme.css b/app/appearance/themes/midnight/theme.css index dd227053a..15f2c1263 100644 --- a/app/appearance/themes/midnight/theme.css +++ b/app/appearance/themes/midnight/theme.css @@ -146,7 +146,7 @@ --b3-protyle-inline-mark-background: rgba(255, 208, 0, .4); --b3-protyle-inline-mark-color: var(--b3-theme-on-background); --b3-protyle-inline-tag-color: #9aa0a6; - --b3-protyle-inline-blockref-color: hsl(254, 80%, 74.8%); + --b3-protyle-inline-blockref-color: #8957e5; --b3-protyle-inline-fileref-color: var(--b3-theme-secondary); /* PDF */