We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 692ad74 commit 3eb8626Copy full SHA for 3eb8626
1 file changed
src/scripts/components/header-component.ts
@@ -24,7 +24,7 @@ class HeaderComponent extends HTMLElement {
24
25
connectedCallback() {
26
this.innerHTML = `
27
- <header class="w-full sticky top-0 z-20 h-16 px-6 text-white bg-docker-primary" style="background-color: #086dd7;">
+ <header class="w-full sticky top-0 z-20 h-16 px-6 text-white bg-docker-primary">
28
<div class="max-w-[1920px] mx-auto flex lg:gap-8 gap-2 h-full items-center justify-between">
29
<div class="flex h-full items-center lg:gap-8 gap-2">
30
<div>
0 commit comments