🎨 Updating the UI and style files

This commit is contained in:
Liyas Thomas
2020-03-25 06:29:39 +05:30
parent 49e1d2107e
commit 46306db274
2 changed files with 2 additions and 2 deletions

View File

@@ -368,7 +368,7 @@ h3.title {
margin: 4px; margin: 4px;
} }
.info { .info:not(.toasted) {
margin-left: 4px; margin-left: 4px;
color: var(--fg-light-color); color: var(--fg-light-color);
} }

View File

@@ -134,7 +134,7 @@ export default {
loadingIndicator: { loadingIndicator: {
name: "pulse", name: "pulse",
color: "var(--ac-color)", color: "var(--ac-color)",
background: "var(--bg-color)", background: "#202124",
}, },
/* /*
** Global CSS ** Global CSS