build: v1.2.0; style: changed dark theme palette; style: changed green and explicit colors

thanks to @BasCurtiz
This commit is contained in:
Roberto Tonino
2020-10-16 21:42:28 +02:00
parent f41c9c6a98
commit 2f42f965d2
7 changed files with 25 additions and 25 deletions

View File

@@ -16,7 +16,7 @@
<span
v-if="link.name === 'about' && updateAvailable"
id="update-notification"
class="bg-red-600 w-3 h-3 rounded-full"
class="w-3 h-3 bg-red-600 rounded-full"
></span>
</router-link>
@@ -58,7 +58,7 @@
}
#network-status.online i.material-icons {
color: hsl(151, 100%, 31%);
color: hsl(150, 76%, 34%);
}
#network-status.offline i.material-icons svg {

View File

@@ -230,7 +230,7 @@ export default {
backgroundColor = 'hsl(33, 100%, 47%)'
} else {
// Green
backgroundColor = 'hsl(120, 100%, 40%)'
backgroundColor = 'hsl(150, 76%, 34%)'
}
if (this.allFailed) {