diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-15 01:18:48 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-15 01:18:48 +0900 |
| commit | 079bb8d722be19f7355d4d81b059330f5c1159a2 (patch) | |
| tree | 7ca4c65c0b7842795d7c40f279984b4851dda61b /src/client/components/note.vue | |
| parent | Resolve #5939 (diff) | |
| download | sharkey-079bb8d722be19f7355d4d81b059330f5c1159a2.tar.gz sharkey-079bb8d722be19f7355d4d81b059330f5c1159a2.tar.bz2 sharkey-079bb8d722be19f7355d4d81b059330f5c1159a2.zip | |
:art:
Diffstat (limited to 'src/client/components/note.vue')
| -rw-r--r-- | src/client/components/note.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/note.vue b/src/client/components/note.vue index 7ca402be00..1dd10cac55 100644 --- a/src/client/components/note.vue +++ b/src/client/components/note.vue @@ -863,7 +863,7 @@ export default Vue.extend({ } &:hover { - color: var(--mkykhqkw); + color: var(--fgHighlighted); } > .count { |