From 27b66197bb4a8e49af0c0891129a58ec2720ca7a Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih Date: Sat, 23 Dec 2023 15:56:34 +0900 Subject: [PATCH] =?UTF-8?q?(add)=20=E3=82=B5=E3=83=BC=E3=83=90=E3=83=BC?= =?UTF-8?q?=E4=B8=80=E8=A6=A7=E3=82=92=E3=83=AA=E3=82=B9=E3=83=88=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=E3=81=A7=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/bootstrap-forms.scss | 14 ++++- components/content/AiModeB.vue | 2 +- components/g/BsCopyButton.vue | 2 +- components/g/MisskeyGateway.vue | 2 +- components/servers/Finder.vue | 55 ++++++++++++++--- components/servers/Item.vue | 103 +++++++++++++++++++++++--------- locales/ja-JP.yml | 4 ++ pages/tools/aid-converter.vue | 4 +- pages/tools/mfm-playground.vue | 4 +- 9 files changed, 144 insertions(+), 46 deletions(-) diff --git a/assets/css/bootstrap-forms.scss b/assets/css/bootstrap-forms.scss index 1f51d1f4..8efb09f2 100644 --- a/assets/css/bootstrap-forms.scss +++ b/assets/css/bootstrap-forms.scss @@ -27,4 +27,16 @@ $primary: #86b300; // button @import "bootstrap/scss/buttons"; -@import "bootstrap/scss/button-group"; \ No newline at end of file +@import "bootstrap/scss/button-group"; + +// Overrides +.btn-outline-primary { + --bs-btn-hover-color: #fff; + --bs-btn-active-color: #fff; +} +.btn-primary { + --bs-btn-color: #fff; + --bs-btn-hover-color: #fff; + --bs-btn-active-color: #fff; + --bs-btn-disabled-color: #fff; +} \ No newline at end of file diff --git a/components/content/AiModeB.vue b/components/content/AiModeB.vue index d6b8936f..95406b22 100644 --- a/components/content/AiModeB.vue +++ b/components/content/AiModeB.vue @@ -1,5 +1,5 @@ diff --git a/components/g/BsCopyButton.vue b/components/g/BsCopyButton.vue index 3ade8059..f85aa40d 100644 --- a/components/g/BsCopyButton.vue +++ b/components/g/BsCopyButton.vue @@ -1,5 +1,5 @@