There was an error while loading. Please reload this page.
2 parents 5ed9f9f + 5633290 commit 7b91cceCopy full SHA for 7b91cce
1 file changed
docs/stylesheets/extra.css
@@ -260,11 +260,15 @@ body[data-md-color-scheme="slate"] blockquote:before {
260
display: block !important;
261
}
262
263
+/* Git committers avatar */
264
+.md-typeset a.md-author img {
265
+ all: unset;
266
+}
267
+
268
/* Git committers avatar */
269
.md-source-file__fact img {
- width: 20px !important;
- height: 20px !important;
- border-radius: 50% !important;
270
+ border: 2px solid var(--md-primary-fg-color--light);
271
+ border-radius: 50%;
272
273
274
/* ============================================================
0 commit comments