Merge pull request #705 from liyasthomas/refactor/nuxt
Updating the UI and style files
This commit is contained in:
commit
6ef198e705
2 changed files with 2 additions and 2 deletions
|
|
@ -368,7 +368,7 @@ h3.title {
|
|||
margin: 4px;
|
||||
}
|
||||
|
||||
.info {
|
||||
.info:not(.toasted) {
|
||||
margin-left: 4px;
|
||||
color: var(--fg-light-color);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ export default {
|
|||
loadingIndicator: {
|
||||
name: "pulse",
|
||||
color: "var(--ac-color)",
|
||||
background: "var(--bg-color)",
|
||||
background: "#202124",
|
||||
},
|
||||
/*
|
||||
** Global CSS
|
||||
|
|
|
|||
Loading…
Reference in a new issue