add alot of cool stuff

This commit is contained in:
ashley 2024-10-20 17:53:07 +00:00
parent 65219997c9
commit 53b75a10fb

View file

@ -86,7 +86,7 @@
#623aa2 100%, #623aa2 100%,
#8e6f7e 100% #8e6f7e 100%
); );
--div-border-color: #7c44a0; --div-border-color: #820eb8;
--div-prim-bg: #1c1c1c; --div-prim-bg: #1c1c1c;
--div-second-bg: #1a1a1a; --div-second-bg: #1a1a1a;
--div-transparent-bg: #0009; --div-transparent-bg: #0009;
@ -414,7 +414,7 @@ a.avatar {
} }
.subscribe-button { .subscribe-button {
color: red; color: #ff0033;
margin: auto; margin: auto;
background: white; background: white;
border-radius: 2em; border-radius: 2em;
@ -426,7 +426,7 @@ a.avatar {
color: black !important; color: black !important;
font-family: var(--text-font-primary); font-family: var(--text-font-primary);
font-stretch: ultra-expanded; font-stretch: ultra-expanded;
font-weight: 900; font-weight: 1000;
text-decoration: none; text-decoration: none;
} }
@ -497,7 +497,7 @@ a.avatar {
} }
.video:hover > .thumbnail { .video:hover > .thumbnail {
border: 1px var(--text-link) solid; border: 1px #ff0033 solid;
transition-duration: 150ms; transition-duration: 150ms;
} }
@ -599,6 +599,7 @@ a.avatar {
.dropdown__item:hover { .dropdown__item:hover {
background-color: var(--chip-background-hover); background-color: var(--chip-background-hover);
border-radius: 1em;
} }
.dropdown__item:active { .dropdown__item:active {