rounded corners

This commit is contained in:
2026-01-11 21:33:42 +01:00
parent fea264b5f5
commit b746019c83
+4
View File
@@ -705,6 +705,8 @@ data:
min-height: 2.2em !important; min-height: 2.2em !important;
padding: 0.5em 0 0.5em 12px !important; /* top right bottom LEFT */ padding: 0.5em 0 0.5em 12px !important; /* top right bottom LEFT */
box-sizing: border-box !important; box-sizing: border-box !important;
border-top-left-radius: 12px !important;
border-top-right-radius: 12px !important;
} }
/* The h2 title text inside */ /* The h2 title text inside */
@@ -772,6 +774,8 @@ data:
.widget-type-reddit, .widget-type-reddit,
.widget-type-bookmarks { .widget-type-bookmarks {
background-color: rgba(20, 50, 70, 0.35) !important; /* DARK BLUE, semi-transparent */ background-color: rgba(20, 50, 70, 0.35) !important; /* DARK BLUE, semi-transparent */
border-bottom-left-radius: 12px !important;
border-bottom-right-radius: 12px !important;
} }
/* RSS feed items */ /* RSS feed items */