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 {
|
||||
background: #e0e0e0;
|
||||
background: var(--primary);
|
||||
color: white;
|
||||
position: absolute;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -166,6 +167,7 @@ video.your-video {
|
|||
|
||||
#popup hr {
|
||||
width: 90%;
|
||||
border-color: var(--secondary);
|
||||
}
|
||||
|
||||
#close {
|
||||
|
|
Reference in a new issue