Skip to content

Commit bbcb6f0

Browse files
authored
Fixes promo iframe so background is transparent (#858)
* Fixes promo iframe so background is transparent * Adjusting border radius a bit Tested in Chrome, Safari.
1 parent 00b714d commit bbcb6f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

templates/misc/promo.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313

1414
img {
1515
/* trim rounded corners for dark mode */
16-
border-radius: 8px;
16+
border-radius: 10px;
1717
display: block;
1818
}
1919
</style>
20+
<meta name="color-scheme" content="light dark">
2021
</head>
2122
<body>
2223
<a target="_blank" href="{{banner['link']}}">

0 commit comments

Comments
 (0)