From 193d36c8f906240de9f1f4c5de4312c825fe1eaf Mon Sep 17 00:00:00 2001 From: ootr Date: Mon, 21 Oct 2024 01:26:21 +0900 Subject: [PATCH] =?UTF-8?q?=E8=89=B2=E3=82=92=E8=A6=8B=E3=82=84=E3=81=99?= =?UTF-8?q?=E3=81=84=E3=82=88=E3=81=86=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/custom.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/css/custom.css b/src/css/custom.css index 2bc6a4c..2d394f3 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -18,7 +18,7 @@ } /* For readability concerns, you should choose a lighter palette in dark mode. */ -[data-theme='dark'] { +[data-theme="dark"] { --ifm-color-primary: #25c2a0; --ifm-color-primary-dark: #21af90; --ifm-color-primary-darker: #1fa588; @@ -28,3 +28,15 @@ --ifm-color-primary-lightest: #4fddbf; --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3); } + +a { + --ifm-link-color: #00aaff; + --ifm-link-hover-color: #0077cc; + --ifm-link-decoration: underline; +} + +a[class] { + --ifm-link-color: #25c2a0; + --ifm-link-hover-color: #25c2a0; + --ifm-link-decoration: none; +}