Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

style.css

Blame
  • style.css 273 B
    .pre-wrapper {
      margin-bottom: 20px !important;
      margin-top: 20px !important;
    }
    
    .markdown-header {
      margin-top: 80px !important;
    }
    
    ul {
      margin-top: 0 !important;
    }
    
    .badge.is-danger > a {
      color: white;
    }
    
    .medium-zoom-overlay {
      background: #2f3136 !important;
    }