File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ a > code::before {
170170 left : 0 ;
171171 display : block;
172172 background : var (--theme-accent );
173- border-radius : var (--border- radius );
173+ border-radius : var (--radius );
174174}
175175
176176strong {
Original file line number Diff line number Diff line change 1616 height : auto;
1717 object-fit : cover;
1818 background-color : # f3f4f6 ;
19- border-radius : var (--img- radius , 8 px );
19+ border-radius : var (--radius );
2020}
2121
2222/* Remove border-radius during PhotoSwipe zoom animation */
@@ -1039,7 +1039,7 @@ code.language-mermaid {
10391039.heti pre .plantuml-image-container {
10401040 padding : 0 ;
10411041 background : transparent;
1042- border-radius : none ;
1042+ border-radius : 0 ;
10431043}
10441044
10451045.heti pre .plantuml-image-container .plantuml-image {
@@ -1203,5 +1203,5 @@ img[loading="lazy"] {
12031203}
12041204
12051205.pswp--anim-complete .pswp__img {
1206- clip-path : inset (0 round var (--img- radius , 8 px ));
1206+ clip-path : inset (0 round var (--radius ));
12071207}
You can’t perform that action at this time.
0 commit comments