mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-17 11:35:32 -04:00
fix some dark mode logic glitches & random clean up
This commit is contained in:
@@ -17,7 +17,7 @@ $system-fonts-monospace: "SFMono-Regular", "Consolas", "Liberation Mono",
|
||||
// stylelint-enable indentation
|
||||
|
||||
// Width at which to switch to mobile styles
|
||||
$responsive-width: 780px;
|
||||
$responsive-width: 820px;
|
||||
|
||||
// Fancy link underline settings
|
||||
$link-underline-opacity: 40%;
|
||||
|
@@ -144,7 +144,7 @@ header {
|
||||
font-size: 1.7em;
|
||||
|
||||
li {
|
||||
margin-left: 0.85em;
|
||||
margin-left: 1em;
|
||||
|
||||
a {
|
||||
span.icon {
|
||||
|
@@ -31,6 +31,7 @@ main#single {
|
||||
font-size: 2.2em;
|
||||
line-height: 1.3;
|
||||
font-weight: 700;
|
||||
letter-spacing: -0.005em;
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
|
Reference in New Issue
Block a user