Skip to content

Commit

Permalink
Further reduce github profile example
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 c02f45e commit f590dac
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions examples/assets/github_profile_reduced.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
<!DOCTYPE html>
<html data-color-mode="light" data-light-theme="light" data-dark-theme="dark">
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://github.githubassets.com/assets/light-0cfd1fd8509e.css" />
<link rel="stylesheet" href="https://github.githubassets.com/assets/primer-primitives-953961b66e63.css" />
<link rel="stylesheet" href="https://github.githubassets.com/assets/primer-4430d3c2c150.css" />
<style type="text/css">
html, html::backdrop {
--borderColor-default: #d1d9e0;
}

.Box{
border: 3px solid var(--borderColor-default);
}
</style>
</head>
<body>
<div class="Box" style="margin: 20px; padding: 20px;">Foo</div>
Expand Down

0 comments on commit f590dac

Please sign in to comment.