Skip to content

Commit

Permalink
Merge pull request #13 from dana-rocha/move-highlight
Browse files Browse the repository at this point in the history
bumps line height
dana-rocha authored Jan 13, 2024
2 parents 40d6251 + ee77e69 commit 6600fe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/main.css
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ h1 {
}

h1, h4 {
line-height: 1.25em;
line-height: 1.5em;
}

h1, h4, p {
@@ -41,7 +41,7 @@ h1, h4, p {
h4, h5, p {
text-align: left;
font-weight: 400;
}
}

h3, .update-section {
font-weight: 600;
@@ -225,7 +225,7 @@ a:hover, .social a:hover {

.highlight {
background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(65%, rgba(7, 118, 181, 1)), to(rgba(7, 118, 181, 1)));
background: linear-gradient(to bottom, transparent 0, transparent 65%, rgb(175, 213, 233, 1) 65%, rgba(175, 213, 233, 1) 100%);
background: linear-gradient(to bottom, transparent 0, transparent 77%, rgb(175, 213, 233, 1) 77%, rgba(175, 213, 233, 1) 100%);
height: 60%;
bottom: 0;
width: calc(100% + 4px);

0 comments on commit 6600fe9

Please sign in to comment.