diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/_locales/en/messages.json | 4 | ||||
-rw-r--r-- | public/content.css | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 1fc75527..1609ab07 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -550,10 +550,10 @@ "category_music_offtopic_short": { "message": "Non-Music" }, - "category_highlight": { + "category_poi_highlight": { "message": "Highlight" }, - "category_highlight_description": { + "category_poi_highlight_description": { "message": "The part of the video that most people are looking for. Similar to \"Video starts at x\" comments." }, "category_livestream_messages": { diff --git a/public/content.css b/public/content.css index 47049e7c..ed1e2a5f 100644 --- a/public/content.css +++ b/public/content.css @@ -169,7 +169,7 @@ } .sponsorSkipNoticeFaded { - opacity: 0.3; + opacity: 0.5; } .sponsorSkipNoticeFadeOut { |