fix(pluginCards): legcord css x2 (#90)

funni
This commit is contained in:
KrystalSkull💖 2024-10-31 23:54:01 -04:00 committed by GitHub
parent 9e21e2d0b0
commit 1865ab1748
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 23 additions and 23 deletions

View file

@ -89,7 +89,7 @@
.vc-restart-button { .vc-restart-button {
background-color: var(--background-color) !important; background-color: var(--background-color) !important;
border: 1px solid var(--info-warning-foreground); border: 1px solid var(--info-warning-foreground) !important;
} }
.vc-restart-button:hover { .vc-restart-button:hover {

View file

@ -32,9 +32,9 @@
} }
.vc-backup-restore-card { .vc-backup-restore-card {
background-color: var(--info-warning-background); background-color: var(--info-warning-background) !important;
border-color: var(--info-warning-foreground); border-color: var(--info-warning-foreground) !important;
color: var(--info-warning-text); color: var(--info-warning-text) !important;
} }
.vc-settings-theme-links { .vc-settings-theme-links {

View file

@ -1,9 +1,9 @@
.platform-warning { .platform-warning {
font-size: 16px; font-size: 16px !important;
background-color: rgb(240 71 71 / 10%); background-color: rgb(240 71 71 / 10%);
color: rgb(240 71 71); color: rgb(240 71 71) !important;
border: 1px solid rgb(240 71 71 / 60%); border: 1px solid rgb(240 71 71 / 60%) !important;
border-radius: 4px; border-radius: 5px !important;
font-weight: 500; font-weight: 500;
padding: 6px 10px; padding: 6px 10px;
text-align: center; text-align: center;

View file

@ -1,9 +1,9 @@
.purge-warning { .purge-warning {
font-size: 16px; font-size: 16px !important;
background-color: rgb(240 71 71 / 10%); background-color: rgb(240 71 71 / 10%) !important;
color: rgb(240 71 71); color: rgb(240 71 71) !important;
border: 1px solid rgb(240 71 71 / 60%); border: 1px solid rgb(240 71 71 / 60%) !important;
border-radius: 4px; border-radius: 5px !important;
font-weight: 500; font-weight: 500;
padding: 6px 10px; padding: 6px 10px;
text-align: center; text-align: center;

View file

@ -1,9 +1,9 @@
.quest-warning { .quest-warning {
font-size: 16px; font-size: 16px !important;
background-color: rgb(240 71 71 / 10%); background-color: rgb(240 71 71 / 10%) !important;
color: rgb(240 71 71); color: rgb(240 71 71) !important;
border: 1px solid rgb(240 71 71 / 60%); border: 1px solid rgb(240 71 71 / 60%) !important;
border-radius: 4px; border-radius: 5px !important;
font-weight: 500; font-weight: 500;
padding: 6px 10px; padding: 6px 10px;
text-align: center; text-align: center;

View file

@ -1,9 +1,9 @@
.remixme-warning { .remixme-warning {
font-size: 16px; font-size: 16px !important;
background-color: rgb(240 71 71 / 10%); background-color: rgb(240 71 71 / 10%) !important;
color: rgb(240 71 71); color: rgb(240 71 71) !important;
border: 1px solid rgb(240 71 71 / 60%); border: 1px solid rgb(240 71 71 / 60%) !important;
border-radius: 4px; border-radius: 5px !important;
font-weight: 500; font-weight: 500;
padding: 6px 10px; padding: 6px 10px;
text-align: center; text-align: center;