Mercurial > ec-userscripts
comparison nebula-subtitle-style.user.js @ 108:2c4470b73ad9
Switch to semistandard
No more `;` at the start of line.
author | nanaya <me@nanaya.net> |
---|---|
date | Sun, 15 Jan 2023 23:24:03 +0900 |
parents | dac3ba0cd960 |
children | ef21ef445fc6 |
comparison
equal
deleted
inserted
replaced
107:4bc5a633437c | 108:2c4470b73ad9 |
---|---|
13 GM_addStyle(` | 13 GM_addStyle(` |
14 .vjs-text-track-cue * { | 14 .vjs-text-track-cue * { |
15 background: transparent !important; | 15 background: transparent !important; |
16 text-shadow: 2px 2px 5px #000 !important; | 16 text-shadow: 2px 2px 5px #000 !important; |
17 } | 17 } |
18 `) | 18 `); |