diff --git a/assets/style.css b/assets/style.css index 66ff671..a3a90fd 100644 --- a/assets/style.css +++ b/assets/style.css @@ -36,7 +36,7 @@ body { .logged-in-block, .logged-in-block > div { - background-color: #181818; + background-color: #181818 !important; } .channel-info { @@ -44,7 +44,7 @@ body { } .menu-link a:hover { - color: #F57200; + color: #F57200 !important; } .dropdown-header { diff --git a/package.json b/package.json index d8ce8f5..cf58be5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peertube-theme-nctv-dark", - "version": "1.0.0", + "version": "1.0.2", "description": "NCTV dark theme.", "engine": { "peertube": ">=4.2.0"