We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f9737 commit 73e7208Copy full SHA for 73e7208
hugo_stats.json
@@ -170,6 +170,7 @@
170
"bg-blue-400",
171
"bg-blue-400/95",
172
"bg-blue-500",
173
+ "bg-blue-600",
174
"bg-gradient-to-br",
175
"bg-gradient-to-r",
176
"bg-gray-0",
@@ -189,6 +190,8 @@
189
190
"bg-violet-500",
191
"bg-white",
192
"block",
193
+ "blue-400",
194
+ "blue-500",
195
"border",
196
"border-0",
197
"border-1",
layouts/partials/header.html
@@ -1,5 +1,5 @@
1
<header
2
- class="sticky top-0 z-20 h-16 w-full bg-gradient-to-r from-blue-600 to-blue-500 to-50% px-6 text-white dark:from-blue-600 dark:to-blue-500"
+ class="sticky top-0 z-20 h-16 w-full bg-blue-600 px-6 text-white"
3
>
4
<div
5
class="mx-auto flex h-full max-w-[1920px] items-center justify-between gap-2"
0 commit comments