more responsiveness, better colors, no niggers

This commit is contained in:
matty 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; 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,
.logged-in-block > div { .logged-in-block > div {
background-color: #181818 !important; background-color: #181818 !important;

View File

@ -1,6 +1,6 @@
{ {
"name": "peertube-theme-nctv-dark", "name": "peertube-theme-nctv-dark",
"version": "1.1.0", "version": "1.1.2",
"description": "NCTV dark theme.", "description": "NCTV dark theme.",
"engine": { "engine": {
"peertube": ">=4.2.0" "peertube": ">=4.2.0"