Skip to content

Commit a3669ef

Browse files
committed
refactor: clean up CSS for home navigation
- Removed unused styles for list container links to streamline the CSS. - Adjusted properties for home icons to enhance visual consistency.
1 parent ef4271e commit a3669ef

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/components/homepage/homeNavBoxes.module.css

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -134,30 +134,12 @@ html[data-theme='dark'] .homecard h2 {
134134
text-decoration: underline;
135135
}
136136

137-
.listContainerLink {
138-
display: block;
139-
padding: 0.25rem 0;
140-
border-radius: 4px;
141-
transition: background-color 0.2s ease, color 0.2s ease;
142-
text-decoration: none;
143-
font-weight: 600;
144-
}
145-
146-
.listContainerLink:hover {
147-
background-color: rgba(0, 123, 255, 0.1);
148-
text-decoration: none;
149-
}
150-
151137
.homeIcon {
152138
width: 32px;
153139
height: 32px;
154140
border-radius: 0 !important;
155141
/* margin: 12px 0 4px 16px; */
156142
filter: brightness(0.9);
157-
will-change: filter;
158-
transition: filter 0.3s ease;
159-
image-rendering: crisp-edges;
160-
backface-visibility: hidden;
161143
}
162144

163145
html[data-theme='light'] .homeIcon {

0 commit comments

Comments
 (0)