We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d27e4 commit 0ed0884Copy full SHA for 0ed0884
src/index.css
@@ -117,11 +117,13 @@ code {
117
}
118
119
.apps-color {
120
- color: #f5dd90 !important; /* Placeholder color for 'apps' */
+ color: #bc4749 !important; /* Placeholder color for 'logs' */
121
+ /*color: #f5dd90 !important; !* Placeholder color for 'apps' *!*/
122
123
124
.single-app-color {
- 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' *!*/
127
128
129
@media (max-width: 768px) {
0 commit comments