Skip to content

Commit 0c32962

Browse files
committed
fix: route badge color should be consistent with their roles
1 parent 5226575 commit 0c32962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ body {
100100
min-width: 18px;
101101
padding: 0 4px;
102102
border-radius: 10px;
103-
background: #ff4b4d;
103+
background: #2196f3;
104104
color: #fff;
105105
font-size: 11px;
106106
font-weight: 700;
@@ -110,7 +110,7 @@ body {
110110
}
111111

112112
.route-count-badge--destination {
113-
background: #2196f3;
113+
background: #ff4b4d;
114114
}
115115

116116
.invasion-exists {

0 commit comments

Comments
 (0)