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 5576191 commit fa699a7Copy full SHA for fa699a7
src/styles/pages/Projects.css
@@ -10,7 +10,7 @@
10
white-space: nowrap;
11
}
12
.filter-container{
13
-
+
14
display: flex;
15
justify-content: space-between;
16
@@ -20,18 +20,18 @@ justify-content: space-between;
20
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
21
font-size: 14px;
22
cursor: pointer;
23
- background: #f3f3f3;
24
- /* border-radius: 20px; */
+ background-color: #2f2f2f;
+ color: #f3f3f3;
25
+ border-radius: 0.375rem;
26
transition: all 0.3s ease;
27
28
29
.filter-button:hover {
- background: #bbb;
30
+ background-color: #4d4d4d;
31
32
33
.filter-button.active {
- background: #4BA7F8;
34
- color: #f3f3f3;
35
font-weight: bold;
36
37
0 commit comments