Skip to content

Commit

Permalink
Tweak github profile reduction
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Burns <[email protected]>
  • Loading branch information
nicoburns committed Jan 4, 2025
1 parent f590dac commit 4025e35
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/assets/github_profile_reduced.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
<head>
<meta charset="utf-8">
<style type="text/css">
html, html::backdrop {
html, html ::backdrop {
--borderColor-default: #d1d9e0;
}

.Box{
border: 3px solid var(--borderColor-default);
border-style: solid;
border-width: 3px;
border-color: 3px solid var(--borderColor-default);
}
</style>
</head>
Expand Down

0 comments on commit 4025e35

Please sign in to comment.