more responsiveness, better colors, no niggers
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user