summaryrefslogtreecommitdiff
path: root/src/components/shared/rtf.css
diff options
context:
space:
mode:
authorcubemaze <[email protected]>2023-05-13 12:34:05 +0800
committercubemaze <[email protected]>2023-05-13 12:56:33 +0800
commitf8364b79783394427c81360af7bd08ca2aaa9639 (patch)
tree42056204a77de83d2e51084d88ead4315f4ada11 /src/components/shared/rtf.css
parentffa85a2aa3d6f2b0f5eedcfd795035e918fb6e63 (diff)
chore: theme style
Diffstat (limited to 'src/components/shared/rtf.css')
-rw-r--r--src/components/shared/rtf.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/shared/rtf.css b/src/components/shared/rtf.css
index 574aad1..54ebc9b 100644
--- a/src/components/shared/rtf.css
+++ b/src/components/shared/rtf.css
@@ -223,8 +223,8 @@
}
.rtf--ab:hover {
- background: #387cec;
- border: 1px solid #387cec;
+ background: var(--color-focus-blue);
+ border: 1px solid var(--color-focus-blue);
color: #fff;
}