index.css 298 B

12345678910111213141516
  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. }
  10. @media (max-width: 767px) {
  11. .navbar .nav.navbar-right {
  12. margin-top: -5em;
  13. }
  14. }