Skip to content

Instantly share code, notes, and snippets.

@aagerblad
aagerblad / markdown.css
Created February 20, 2026 17:55
Global markdown preview styles for Cursor/VS Code
body {
color: #d4d4d4;
max-width: 860px;
margin: 0 auto;
padding: 2rem 4rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
line-height: 1.6;
}
/* Headings */
testtesttest
{"version":1,"resource":"file:///Users/aagerblad/code/personal/advent_of_code/2022/clojure/day_11/test_input.txt","entries":[{"id":"4iR5.txt","timestamp":1670885398094}]}
#header, #keyboardShortcutHelper {
-webkit-transition: opacity .2s;
opacity: 0;
}
#header:hover, #keyboardShortcutHelper:hover {
-webkit-transition: opacity .2s;
opacity: 1;
}