mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-20 20:41:16 -04:00
better SASS minification
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
/* JJ SCSS */
|
||||
/* Compiled from https://github.com/jakejarvis/jarv.is/blob/master/assets/style.scss */
|
||||
/*! Compiled from https://github.com/jakejarvis/jarv.is/blob/master/assets/style.scss */
|
||||
|
||||
// Global Colors
|
||||
$color-background: #ffffff;
|
||||
@@ -136,6 +135,9 @@ body {
|
||||
color: $color;
|
||||
|
||||
&:hover {
|
||||
// Lighter underline compared to text color. mix()'ing with
|
||||
// background (#fff) gives the impression of transparency
|
||||
// but with MUCH better compatibility.
|
||||
border-color: mix($color, $color-background, 40%);
|
||||
}
|
||||
}
|
||||
@@ -618,7 +620,7 @@ body {
|
||||
}
|
||||
|
||||
|
||||
/* Fancy Waving Hand Emoji (TM) - https://jarv.is/notes/css-waving-hand-emoji/ */
|
||||
/*! Fancy Waving Hand Emoji (TM) - https://jarv.is/notes/css-waving-hand-emoji/ */
|
||||
@keyframes wave {
|
||||
0% { transform: rotate( 0.0deg); }
|
||||
10% { transform: rotate(-10.0deg); }
|
||||
@@ -630,7 +632,7 @@ body {
|
||||
}
|
||||
|
||||
|
||||
/* Syntax Highlighting - modified from Monokai Light https://github.com/mlgill/pygments-style-monokailight */
|
||||
/*! Syntax Highlighting - modified from Monokai Light https://github.com/mlgill/pygments-style-monokailight */
|
||||
div.highlight span {
|
||||
&.k, &.kc, &.kd, &.kp, &.kr, &.kt, &.no {
|
||||
color: #03748a;
|
||||
|
@@ -30,7 +30,7 @@
|
||||
<meta name="msvalidate.01" content="164551986DA47F7F6FC0D21A93FFFCA6">
|
||||
<meta name="p:domain_verify" content="e8aefab89c04734260da89b6ff26fd5b">
|
||||
<meta name="yandex-verification" content="7432e013ad0164ab">
|
||||
{{ $style := resources.Get "style.scss" | resources.ToCSS }}<link rel="stylesheet" href="{{ $style.Permalink }}">
|
||||
{{ $style := resources.Get "style.scss" | resources.ToCSS (dict "outputStyle" "compact") }}<link rel="stylesheet" href="{{ $style.Permalink }}">
|
||||
<link rel="dns-prefetch" href="https://stats.jarv.is">
|
||||
<link rel="dns-prefetch" href="https://comments.jarv.is">
|
||||
<link rel="canonical" href="{{ .Permalink }}">
|
||||
|
Reference in New Issue
Block a user