Add files via upload

This commit is contained in:
Vozer
2022-06-08 14:01:23 -05:00
committed by GitHub
parent 122f25a9d4
commit cf2748713d
9 changed files with 66 additions and 18 deletions
+2
View File
@@ -260,3 +260,5 @@
transform: scale(1.5, 1.5);
filter: invert(48%);
}
+9 -4
View File
@@ -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;
}