summaryrefslogtreecommitdiff
path: root/src/client/widgets
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-10-27 18:11:41 +0900
committerGitHub <noreply@github.com>2020-10-27 18:11:41 +0900
commit6258ce75b7ae97584100ecccdf0a7cd0225da7b2 (patch)
tree9b969daf7cd37a06c993b20a536b7821466b256c /src/client/widgets
parentUpdate popup animation (diff)
downloadsharkey-6258ce75b7ae97584100ecccdf0a7cd0225da7b2.tar.gz
sharkey-6258ce75b7ae97584100ecccdf0a7cd0225da7b2.tar.bz2
sharkey-6258ce75b7ae97584100ecccdf0a7cd0225da7b2.zip
Reversi (#6765)
* wip * wip * wip * wip * Update game.setting.vue * wip * wip * Update game.setting.vue * wip * Update game.board.vue * wip * Update sidebar.ts
Diffstat (limited to 'src/client/widgets')
-rw-r--r--src/client/widgets/rss.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/widgets/rss.vue b/src/client/widgets/rss.vue
index ba84ceefa3..1140a4252f 100644
--- a/src/client/widgets/rss.vue
+++ b/src/client/widgets/rss.vue
@@ -77,7 +77,7 @@ export default defineComponent({
> a {
display: block;
padding: 8px 16px;
- color: var(--text);
+ color: var(--fg);
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;