diff options
Diffstat (limited to 'dist/css/style.css')
-rw-r--r-- | dist/css/style.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dist/css/style.css b/dist/css/style.css index e750b99..e395717 100644 --- a/dist/css/style.css +++ b/dist/css/style.css @@ -115,6 +115,20 @@ video { display: table; } +.play-menu { + height: 200px; + overflow-y: auto; +} + +.play-menu a { + color: white; +} + +.is-active-play { + color: #dd7325; + background-color: #dd7325; +} + /* Colors Code */ .highlight { background: #000000; |