Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefbaranec committed Jan 24, 2025
1 parent 8628dc4 commit 86b0e36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/public/css/lanyon.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ body {
}

html {
font-family: "PT Serif", Georgia, "Times New Roman", serif;
font-family: "Segoe UI", "Noto Sans", Georgia, "Times New Roman", serif;
}

h1, h2, h3, h4, h5, h6 {
font-family: "PT Sans", Helvetica, Arial, sans-serif;
font-family: "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif;
font-weight: 400;
color: #313131;
letter-spacing: -.025rem;
Expand Down Expand Up @@ -148,7 +148,7 @@ h1, h2, h3, h4, h5, h6 {
width: 14rem;
visibility: visible;
overflow-y: auto;
font-family: "Segoe UI","Noto Sans", Helvetica, Arial, sans-serif;
font-family: "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif;
font-size: .875rem; /* 15px */
color: rgba(255,255,255,.6);
background-color: #202020;
Expand Down Expand Up @@ -252,7 +252,7 @@ a.sidebar-nav-item:focus {

@media print {
.sidebar-toggle {
display: none;
display: visible;
}
}

Expand Down Expand Up @@ -363,7 +363,7 @@ a.sidebar-nav-item:focus {
overflow: hidden; /* clearfix */
margin-left: -1rem;
margin-right: -1rem;
font-family: "PT Sans", Helvetica, Arial, sans-serif;
font-family: "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif;
color: #ccc;
text-align: center;
}
Expand Down

0 comments on commit 86b0e36

Please sign in to comment.