mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 11:05:49 +00:00
10 lines
150 B
CSS
10 lines
150 B
CSS
/* Custom styles added to demo */
|
|
|
|
iframe {
|
|
border-radius: var(--radius) !important;
|
|
}
|
|
|
|
.entry-cover img {
|
|
border: 1px solid var(--border);
|
|
}
|