Slight styling changes
This commit is contained in:
parent
29fab94125
commit
e7ef8a2f2b
1 changed files with 3 additions and 1 deletions
|
@ -144,7 +144,8 @@ video.your-video {
|
||||||
}
|
}
|
||||||
|
|
||||||
#popup {
|
#popup {
|
||||||
background: #e0e0e0;
|
background: var(--primary);
|
||||||
|
color: white;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -166,6 +167,7 @@ video.your-video {
|
||||||
|
|
||||||
#popup hr {
|
#popup hr {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
border-color: var(--secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
#close {
|
#close {
|
||||||
|
|
Reference in a new issue