Skip to content

Commit 7b91cce

Browse files
authored
Merge pull request #20 from alfahami/main
Fixes: github author avatar
2 parents 5ed9f9f + 5633290 commit 7b91cce

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

docs/stylesheets/extra.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,15 @@ body[data-md-color-scheme="slate"] blockquote:before {
260260
display: block !important;
261261
}
262262

263+
/* Git committers avatar */
264+
.md-typeset a.md-author img {
265+
all: unset;
266+
}
267+
263268
/* Git committers avatar */
264269
.md-source-file__fact img {
265-
width: 20px !important;
266-
height: 20px !important;
267-
border-radius: 50% !important;
270+
border: 2px solid var(--md-primary-fg-color--light);
271+
border-radius: 50%;
268272
}
269273

270274
/* ============================================================

0 commit comments

Comments
 (0)