This commit is contained in:
@@ -10,6 +10,32 @@
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.markdown-video-container {
|
||||
width: 100%;
|
||||
margin: 16px 0;
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
background: #0a0a1a;
|
||||
border: 1px solid rgba(0, 243, 255, 0.3);
|
||||
box-shadow: 0 0 20px rgba(0, 243, 255, 0.1);
|
||||
|
||||
.markdown-video {
|
||||
width: 100%;
|
||||
height: 225px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.markdown-video-caption {
|
||||
padding: 12px;
|
||||
background: rgba(10, 10, 26, 0.9);
|
||||
color: rgba(0, 243, 255, 0.9);
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.markdown-code-block {
|
||||
|
||||
Reference in New Issue
Block a user