From 0e4360038e79c7bd8bc7eb33dc56b7d0ccd481c4 Mon Sep 17 00:00:00 2001 From: xrk Date: Wed, 30 Sep 2020 10:50:00 +0800 Subject: [PATCH] docs: optimize site a disabled color (#26956) --- site/theme/static/dark.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/theme/static/dark.less b/site/theme/static/dark.less index 6351c82670..3b560c6951 100644 --- a/site/theme/static/dark.less +++ b/site/theme/static/dark.less @@ -93,6 +93,10 @@ } } + a[disabled] { + color: rgba(255, 255, 255, 0.25); + } + h1, h2, h3,