1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 11:35:32 -04:00

underline <h2>s, solidify <hr>s

This commit is contained in:
2020-03-12 16:42:41 -04:00
parent 0760163027
commit 91d293e390
11 changed files with 72 additions and 83 deletions

View File

@@ -28,6 +28,7 @@ $color-medium-dark: #494949;
$color-medium: #5e5e5e;
$color-medium-light: #757575;
$color-light: #d2d2d2;
$color-kinda-light: #e3e3e3;
$color-super-light: #f4f4f4;
$color-links: #0e6dc2;

View File

@@ -14,6 +14,11 @@ div#content {
line-height: 1.5;
}
h2 {
padding-bottom: 0.3em;
border-bottom: 1px solid $color-kinda-light;
}
img,
figure {
height: auto;

View File

@@ -43,13 +43,11 @@ blockquote {
padding-left: 1em;
}
// https://css-tricks.com/examples/hrs/
hr {
width: 90%;
margin: 1.5em auto;
border: 0;
height: 2px;
background-image: linear-gradient(to right, #ffffff, #cccccc, #ffffff);
border: 0;
background-color: $color-light;
}
// all code