Skip to content

Commit 54644ff

Browse files
committed
Refactor header styles by removing background color and transition effects
1 parent fd80e0a commit 54644ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/header/header.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
transform-style: preserve-3d;
66
overflow: hidden;
77
padding: 3rem auto;
8-
background-color: var(--ifm-background-color);
9-
color: #000;
10-
transition: background 0.4s ease, color 0.4s ease;
8+
119
}
1210
.chh__header {
1311
display: flex;

0 commit comments

Comments
 (0)