We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5815457 + 844192f commit 2c91a01Copy full SHA for 2c91a01
3 files changed
_sass/_style.scss
@@ -5,6 +5,7 @@
5
--background-light: #e6e7e8;
6
--foreground: #000;
7
--foreground-light: #fff;
8
+ --foreground-muted: #666;
9
--link: blue;
10
--filter: invert(0);
11
}
@@ -108,6 +109,20 @@ ol {
108
109
110
111
112
+.hack-tagline {
113
+ display: block;
114
+ min-height: 1.5em;
115
+ font-size: 1rem;
116
+ color: var(--foreground-muted);
117
+ font-style: italic;
118
+ margin-top: 0.25em;
119
+ opacity: 0;
120
+ transition: opacity 0.3s ease-in-out;
121
+
122
+ &--loaded {
123
+ opacity: 1;
124
+ }
125
+}
126
.⏹ {
127
display: flex;
128
align-items: center;
0 commit comments