index.css 215 B

12345678910
  1. /* Customize code blocks used for dates in posts list */
  2. .posts li > code {
  3. color: black;
  4. background: none;
  5. }
  6. /* Customize tap highlight on iOS */
  7. html {
  8. -webkit-tap-highlight-color: rgba(0,64,32,0.1);
  9. }