Skip to content

Commit f52ca0a

Browse files
authored
Update fast-search-card.js
1 parent 0dcf4c6 commit f52ca0a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dist/fast-search-card.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ class FastSearchCard extends HTMLElement {
739739
}
740740
741741
.filter-button:hover {
742-
background: rgba(0, 0, 0, 0.25);
742+
background: rgba(255, 255, 255, 0.15);
743743
}
744744
745745
.filter-button.active {
@@ -869,7 +869,7 @@ class FastSearchCard extends HTMLElement {
869869
870870
.area-header {
871871
grid-column: 1 / -1;
872-
font-size: 14px;
872+
font-size: 16px;
873873
font-weight: 600;
874874
color: var(--text-secondary);
875875
margin: 16px 0 0px 0;
@@ -2406,7 +2406,7 @@ class FastSearchCard extends HTMLElement {
24062406
color: var(--text-secondary);
24072407
cursor: pointer;
24082408
transition: all 0.2s ease;
2409-
font-size: 12px;
2409+
font-size: 14px;
24102410
font-weight: 500;
24112411
}
24122412
@@ -2499,13 +2499,13 @@ class FastSearchCard extends HTMLElement {
24992499
}
25002500
25012501
.timeline-time {
2502-
font-size: 12px;
2502+
font-size: 14px;
25032503
color: var(--text-secondary);
25042504
font-weight: 500;
25052505
}
25062506
25072507
.timeline-state {
2508-
font-size: 13px;
2508+
font-size: 14px;
25092509
color: var(--text-primary);
25102510
font-weight: 600;
25112511
}
@@ -2578,7 +2578,7 @@ class FastSearchCard extends HTMLElement {
25782578
color: var(--text-secondary);
25792579
cursor: pointer;
25802580
transition: all 0.2s ease;
2581-
font-size: 12px;
2581+
font-size: 14px;
25822582
font-weight: 500;
25832583
}
25842584

0 commit comments

Comments
 (0)