diff options
| author | cubemaze <[email protected]> | 2023-05-13 12:34:05 +0800 |
|---|---|---|
| committer | cubemaze <[email protected]> | 2023-05-13 12:56:33 +0800 |
| commit | f8364b79783394427c81360af7bd08ca2aaa9639 (patch) | |
| tree | 42056204a77de83d2e51084d88ead4315f4ada11 /src/components/shared/rtf.css | |
| parent | ffa85a2aa3d6f2b0f5eedcfd795035e918fb6e63 (diff) | |
chore: theme style
Diffstat (limited to 'src/components/shared/rtf.css')
| -rw-r--r-- | src/components/shared/rtf.css | 4 |
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; } |
