Add google analytics

This commit is contained in:
Dean @ Skool
2023-10-31 10:40:23 -04:00
parent 74f100ac20
commit ab4944a2d2
2 changed files with 24 additions and 0 deletions
+15
View File
@@ -1,3 +1,18 @@
body[data-theme='halloween'] {
--background-color: #233147;
--text: #fff;
--sidebar-bg: #161f2eef;
--button-bg: #1c1c1c69;
--shadow-color: #4242424b;
--switch-color: #42424259;
--switch-active: #2196F3;
--scrollbar-color: #ffffff59;
--solid: #1b2735;
--hover: #757575;
background: radial-gradient(circle, rgba(58, 61, 96, 1) 0%, rgba(45, 40, 51, 1) 100%);
background-repeat: no-repeat;
}
body[data-theme='dark'] {
--background-color: #233147;
--text: #fff;