mirror of
https://github.com/zadam/trilium.git
synced 2026-03-21 15:53:37 +01:00
fix(video_player): unreadable controls on light theme
This commit is contained in:
parent
5528701744
commit
82592ada54
@ -28,6 +28,9 @@
|
||||
flex-direction: column;
|
||||
gap: 0.5em;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
color: white;
|
||||
--icon-button-hover-color: white;
|
||||
--icon-button-hover-background: rgba(255, 255, 255, 0.2);
|
||||
opacity: 1;
|
||||
transition: opacity 300ms ease;
|
||||
|
||||
@ -70,7 +73,6 @@
|
||||
.video-time {
|
||||
font-size: 0.85em;
|
||||
font-variant-numeric: tabular-nums;
|
||||
color: white;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@ -99,7 +101,6 @@
|
||||
right: 0;
|
||||
transform: translateY(15%);
|
||||
text-align: center;
|
||||
color: white;
|
||||
font-size: 0.6rem;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user