mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-23 04:19:55 +00:00
Merge branch 'main' into dev
This commit is contained in:
+6
-4
@@ -9,20 +9,22 @@
|
||||
*/
|
||||
|
||||
|
||||
/* Blue
|
||||
/* Blue */
|
||||
:root {
|
||||
--accent: rgb(26, 129, 251);
|
||||
--accent-hover: rgba(0, 78, 174, 0.977);
|
||||
--accent-selected: rgb(26, 129, 251, 0.612);
|
||||
}*/
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Red */
|
||||
|
||||
/* Red
|
||||
:root {
|
||||
--accent: rgb(237, 60, 68);
|
||||
--accent-hover: rgb(237, 60, 68, 0.977);
|
||||
--accent-selected: rgb(237, 60, 68, 0.612);
|
||||
}
|
||||
}*/
|
||||
|
||||
/* Pink
|
||||
:root {
|
||||
|
||||
+1
-1
@@ -80,4 +80,4 @@ backdrop-filter: blur(10px);
|
||||
/* Empty Channel Icon */
|
||||
.emptyChannelIcon-1YdEz2 {
|
||||
background-color: var(--accent);
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -107,4 +107,4 @@ display:none;
|
||||
/* Links */
|
||||
:root {
|
||||
--text-link: var(--accent);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user