Skip to content

Commit fa699a7

Browse files
feat: dark filter buttons
1 parent 5576191 commit fa699a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/styles/pages/Projects.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
white-space: nowrap;
1111
}
1212
.filter-container{
13-
13+
1414
display: flex;
1515
justify-content: space-between;
1616
}
@@ -20,18 +20,18 @@ justify-content: space-between;
2020
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
2121
font-size: 14px;
2222
cursor: pointer;
23-
background: #f3f3f3;
24-
/* border-radius: 20px; */
23+
background-color: #2f2f2f;
24+
color: #f3f3f3;
25+
border-radius: 0.375rem;
2526
transition: all 0.3s ease;
2627
}
2728

2829
.filter-button:hover {
29-
background: #bbb;
30+
background-color: #4d4d4d;
3031
}
3132

3233
.filter-button.active {
33-
background: #4BA7F8;
34-
color: #f3f3f3;
34+
background-color: #4d4d4d;
3535
font-weight: bold;
3636
}
3737

0 commit comments

Comments
 (0)