Home

blog @7615ebaf7514bb872047f9cf15a3d1363a9532b2 - refs - log -
-
https://git.jolheiser.com/blog.git
My nonexistent blog
blog / static / jolheiser.css
- raw -
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
body {
  max-width: 45em;
}

code {
  border-radius: 5px;
}

.chroma {
  background-color: var(--bg-alt);
  border-radius: 5px;
}