mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-23 04:19:55 +00:00
Add files via upload
This commit is contained in:
@@ -260,3 +260,5 @@
|
||||
transform: scale(1.5, 1.5);
|
||||
filter: invert(48%);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
|
||||
|
||||
/* Buttons */
|
||||
.button-2b4VEQ.buttonSize-3QlBTl, .lookFilled-yCfaCM.colorPrimary-2AuQVo, .popoutBannerPremium-3i5EEI .pencilContainer-18TrEJ, .full-motion .button-1_oXub, .lookFilled-yCfaCM.colorBrand-I6CyqQ {
|
||||
background-color: rgb(26, 129, 251);
|
||||
.button-2b4VEQ.buttonSize-3QlBTl, .lookFilled-yCfaCM.colorPrimary-2AuQVo, .popoutBannerPremium-3i5EEI .pencilContainer-18TrEJ, .full-motion .button-1_oXub, .lookFilled-yCfaCM.colorBrand-I6CyqQ, .navButtonActive-1EqC5l {
|
||||
background-color: var(--accent);
|
||||
color: white;
|
||||
border-radius: 50px;
|
||||
}
|
||||
@@ -15,12 +15,12 @@
|
||||
border: 1px solid rgb(255, 255, 255);
|
||||
}
|
||||
.button-2b4VEQ.buttonSize-3QlBTl:hover, .actionButton-3-B2x-:hover, .lookFilled-yCfaCM.colorPrimary-2AuQVo:hover, .popoutBannerPremium-3i5EEI .pencilContainer-18TrEJ:hover {
|
||||
background-color: rgba(0, 78, 174, 0.977);
|
||||
background-color: var(--accent-hover);
|
||||
border-radius: 10px;
|
||||
transition: 0.3s;
|
||||
}
|
||||
.actionButton-3-B2x- {
|
||||
background-color: rgb(26, 129, 251);
|
||||
background-color: var(--accent);
|
||||
color: white;
|
||||
}
|
||||
.lookFilled-yCfaCM.colorRed-rQXKgM {
|
||||
@@ -41,3 +41,8 @@
|
||||
background: linear-gradient(to bottom, rgb(238, 52, 48) 0%,rgb(238, 52, 48) 50%,rgba(238, 52, 48, 0.999) 100%);
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
/* Sidebar "selected" Accents */
|
||||
.side-2ur1Qk .themed-2-lozF.selected-g-kMVV.item-3XjbnG, .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.item-3XjbnG {
|
||||
background-color: var(--accent) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user