Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
@@ -267,9 +267,10 @@
|
|
267 |
video::cue {
|
268 |
background-color: rgba(0, 0, 0, 0.7) !important;
|
269 |
color: #c7dbed !important;
|
|
|
270 |
font-family: 'Courier New', monospace !important;
|
271 |
text-shadow: 1px 1px 2px #000 !important;
|
272 |
-
outline:
|
273 |
}
|
274 |
|
275 |
/* 字幕サイズ調整用のCSS変数 */
|
|
|
267 |
video::cue {
|
268 |
background-color: rgba(0, 0, 0, 0.7) !important;
|
269 |
color: #c7dbed !important;
|
270 |
+
border-radius: 25% 10%;
|
271 |
font-family: 'Courier New', monospace !important;
|
272 |
text-shadow: 1px 1px 2px #000 !important;
|
273 |
+
outline: 3px solid #0b3e8f !important;
|
274 |
}
|
275 |
|
276 |
/* 字幕サイズ調整用のCSS変数 */
|