diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 00:51:17 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 00:51:17 +0900 |
| commit | f4bf824e79af6d8d7fb8fbb33f600f5ddb322a03 (patch) | |
| tree | d26799fbacd847cff706a74081efb8ae4fd7b11c | |
| parent | wip (diff) | |
| download | misskey-f4bf824e79af6d8d7fb8fbb33f600f5ddb322a03.tar.gz misskey-f4bf824e79af6d8d7fb8fbb33f600f5ddb322a03.tar.bz2 misskey-f4bf824e79af6d8d7fb8fbb33f600f5ddb322a03.zip | |
wip
| -rw-r--r-- | src/client/app/desktop/views/pages/welcome.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/app/desktop/views/pages/welcome.vue b/src/client/app/desktop/views/pages/welcome.vue index f8f49bf997..65651f7ffc 100644 --- a/src/client/app/desktop/views/pages/welcome.vue +++ b/src/client/app/desktop/views/pages/welcome.vue @@ -95,7 +95,7 @@ </div> </main> - <modal name="about" :class="$store.state.device.darkmode ? ['about', 'modal-dark'] : ['about', 'modal-light']" width="800px" height="auto" scrollable> + <modal name="about" class="about modal" width="800px" height="auto" scrollable> <article class="fpdezooorhntlzyeszemrsqdlgbysvxq"> <h1>%i18n:common.intro.title%</h1> <p v-html="'%i18n:common.intro.about%'"></p> @@ -258,7 +258,7 @@ export default Vue.extend({ > section > h2 - border-bottom 1px solid isDark ? rgba(#000, 0.2) : rgba(#000, 0.05) + border-bottom 1px solid var(--faceDivider) > section display grid @@ -267,7 +267,7 @@ export default Vue.extend({ gap 32px margin-bottom 32px padding-bottom 32px - border-bottom 1px solid isDark ? rgba(#000, 0.2) : rgba(#000, 0.05) + border-bottom 1px solid var(--faceDivider) &:nth-child(odd) grid-template-columns 1fr 180px |