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:
@@ -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;
|
||||
|
||||
|
@@ -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;
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user