Skip to content

Commit 0ed0884

Browse files
committed
style: app breadcrumb style
1 parent c6d27e4 commit 0ed0884

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/index.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,13 @@ code {
117117
}
118118

119119
.apps-color {
120-
color: #f5dd90 !important; /* Placeholder color for 'apps' */
120+
color: #bc4749 !important; /* Placeholder color for 'logs' */
121+
/*color: #f5dd90 !important; !* Placeholder color for 'apps' *!*/
121122
}
122123

123124
.single-app-color {
124-
color: #A07B90 !important; /* Placeholder color for 'single-app' */
125+
color: #e88211 !important; /* Placeholder color for 'single-app' */
126+
/*color: #A07B90 !important; !* Placeholder color for 'single-app' *!*/
125127
}
126128

127129
@media (max-width: 768px) {

0 commit comments

Comments
 (0)