Merge branch 'main' into dev

This commit is contained in:
Vozer
2022-06-08 14:38:47 -05:00
committed by GitHub
3 changed files with 8 additions and 6 deletions
+6 -4
View File
@@ -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
View File
@@ -80,4 +80,4 @@ backdrop-filter: blur(10px);
/* Empty Channel Icon */
.emptyChannelIcon-1YdEz2 {
background-color: var(--accent);
}
}
+1 -1
View File
@@ -107,4 +107,4 @@ display:none;
/* Links */
:root {
--text-link: var(--accent);
}
}