summaryrefslogtreecommitdiff
path: root/src/components/shared/rtf.css
diff options
context:
space:
mode:
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;
}