Skip to content

Commit

Permalink
Increase content width and emphasize links (#85)
Browse files Browse the repository at this point in the history
* Increase content width and emphasize links

* Adapt width also for listings

* Include headings, too
  • Loading branch information
mjaehn authored Nov 14, 2023
1 parent 9bfc697 commit 12c9e6d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions _sass/color_schemes/c2sm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,20 @@ $c2sm-blue: #56abdf;
$c2sm-blue-dark: #4488B3;
$link-color: $c2sm-blue-dark;
$header-height: 5.75rem;
$content-width: 57.5rem;

h1, h2, h3, h4, h5, h6, .main-content p, .main-content hr, .main-content ul, div.highlighter-rouge {
margin-right: 7.5em;
}

code.highlighter-rogue {
martin-right: 0em !important;
}

.main-content a {
text-decoration-line: underline !important;
text-decoration-style: solid !important;
text-decoration-color: currentcolor !important;
text-decoration-thickness: auto !important;
text-underline-offset: .175rem !important;
}

0 comments on commit 12c9e6d

Please sign in to comment.