diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-11-29 12:46:05 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-11-29 12:46:05 +0900 |
| commit | abde13221fccfa0720137e349c1775b5ac9f6863 (patch) | |
| tree | 73495fcfbc2747bebeea6cb6cd62aa4380335865 /src/client/components/remote-caution.vue | |
| parent | New Crowdin updates (#6867) (diff) | |
| download | misskey-abde13221fccfa0720137e349c1775b5ac9f6863.tar.gz misskey-abde13221fccfa0720137e349c1775b5ac9f6863.tar.bz2 misskey-abde13221fccfa0720137e349c1775b5ac9f6863.zip | |
:art:
Diffstat (limited to 'src/client/components/remote-caution.vue')
| -rw-r--r-- | src/client/components/remote-caution.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/components/remote-caution.vue b/src/client/components/remote-caution.vue index fe65bcd9cc..dfb1d4eb5e 100644 --- a/src/client/components/remote-caution.vue +++ b/src/client/components/remote-caution.vue @@ -26,6 +26,8 @@ export default defineComponent({ .jmgmzlwq { font-size: 0.8em; padding: 16px; + background: var(--infoWarnBg); + color: var(--infoWarnFg); > a { margin-left: 4px; |