Skip to content

Commit 2c91a01

Browse files
authored
Merge pull request #247 from remotehack/copilot/add-prompt-api-summaries
Add Summarizer API integration for Previous Hacks page
2 parents 5815457 + 844192f commit 2c91a01

3 files changed

Lines changed: 525 additions & 1 deletion

File tree

_sass/_style.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
--background-light: #e6e7e8;
66
--foreground: #000;
77
--foreground-light: #fff;
8+
--foreground-muted: #666;
89
--link: blue;
910
--filter: invert(0);
1011
}
@@ -108,6 +109,20 @@ ol {
108109
}
109110
}
110111
}
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+
}
111126
.⏹ {
112127
display: flex;
113128
align-items: center;

0 commit comments

Comments
 (0)