Skip to content

Instantly share code, notes, and snippets.

@ryan-w-moore
Last active April 11, 2024 21:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryan-w-moore/f91540a09749039dc7c83e15e5449c62 to your computer and use it in GitHub Desktop.
Save ryan-w-moore/f91540a09749039dc7c83e15e5449c62 to your computer and use it in GitHub Desktop.
CSS Styling for Exported Chrome Bookmarks
<style>
* { margin: 0;
padding:0;
}
body {
margin:10px;
}
dl {
border:1px solid #eaeaea;
padding:10px;
margin-bottom:10px;
}
/* dl > * { margin-left:10px; } */
dl h3 {
background:#f6f6f6;
padding:5px;
border: 1px solid #eaeaea;
border-bottom:none;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment