more responsiveness, better colors, no niggers

This commit is contained in:
2024-03-11 21:32:46 -04:00
parent 98947be417
commit 7ee0b26111
2 changed files with 41 additions and 1 deletions

View File

@ -55,6 +55,46 @@ span.instance-name {
position: relative;
}
/* .svg.feather.feather-thumbs-up:hover {
color: green !important;
}
svg.feather.feather-thumbs-up:active,
svg.feather.feather-thumbs-up:visited {
fill: green !important;
}
button.action-button-like.activated {
fill: green !important;
}
button.action-button-dislike.activated {
fill: red !important;
}
svg.feather.feather-thumbs-down:hover {
color: red !important;
}
svg.feather.feather-thumbs-down:active,
svg.feather.feather-thumbs-down:visited,
.action-button-dislike {
fill: red !important;
}
*/
.video-thumbnail {
border-radius: 0.315rem !important;
}
.video-thumbnail:hover {
transform: scale(1.02);
}
.video-thumbnail:hover .play-overlay .icon {
transform: translate(-50%, -50%) scale(1.75);
}
.logged-in-block,
.logged-in-block > div {
background-color: #181818 !important;