Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
Update VidmeDeepDark.css
Browse files Browse the repository at this point in the history
1.2.0 sharing video fixes, report video fixes, small fix to a div in the recommended video
  • Loading branch information
RaitaroH authored Sep 9, 2017
1 parent 3983dfe commit 597441c
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions VidmeDeepDark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*Theme made by RaitaroH @https://github.com/RaitaroH/Vidme-DeepDark*/

/*1.1.9*/
/*1.2.0*/

/*Main color variables*/
:root
Expand Down Expand Up @@ -232,7 +232,10 @@
{
opacity: 1 !important;
}

#video_view .dfp-unit-wrapper
{
background-color: var(--second-background) !important;
}

/*Bellow video*/
#video_view .video_info3
Expand Down Expand Up @@ -1418,4 +1421,18 @@
color: var(--main-color) !important;
opacity: 1;
}

/*Share video and report video*/
.modal .modal-subtitle, .embed-share-modal textarea.embed-code, .message
{
color: var(--dimer-text) !important;
}
.embed-share-modal textarea.embed-code, .embed-share-modal .timewidget-url.timewidget-url-wrapper
{
border-color: var(--hover-background) !important;
}
.btn-danger
{
color: #d43f3a !important;
}
}

0 comments on commit 597441c

Please sign in to comment.