fledged out analytics, self gather, remove vercel speed insights
This commit is contained in:
@@ -815,6 +815,26 @@ button:active,
|
||||
color: var(--color-base);
|
||||
}
|
||||
|
||||
/* Video styles for blog posts */
|
||||
#post-content-body video,
|
||||
#post-content-body .iframe-wrapper video {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
border-radius: 0.5rem;
|
||||
margin: 1.5rem auto;
|
||||
display: block;
|
||||
box-shadow:
|
||||
0 4px 6px -1px rgb(0 0 0 / 0.1),
|
||||
0 2px 4px -2px rgb(0 0 0 / 0.1);
|
||||
}
|
||||
|
||||
#post-content-body .iframe-wrapper {
|
||||
margin: 1.5rem 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* Editor styles remain unchanged */
|
||||
pre {
|
||||
background: #0d0d0d;
|
||||
|
||||
Reference in New Issue
Block a user