Skip to content

Commit

Permalink
Tweak title color and weight
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst committed Jan 11, 2025
1 parent 5fe0ef6 commit 6d8b045
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/themes/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
header {
border-bottom: 1px solid #d9d7d7;
}

h1 {
color: #555;
}
}

html {
Expand Down Expand Up @@ -97,15 +101,18 @@ header .navigation:hover {

h1 {
display: inline-block;
font-weight: normal;
font-size: 1.125rem;

margin-top: 0px;
margin-bottom: 0px;
font-size: 1.125rem;
padding-left: 16px;
padding-right: 16px;

max-width: 80vw;
text-overflow: ellipsis;
overflow: hidden;
vertical-align: text-bottom;
padding-left: 16px;
padding-right: 16px;
text-wrap-mode: nowrap;
user-select: text;
}
Expand Down

0 comments on commit 6d8b045

Please sign in to comment.