build: v1.2.0; style: changed dark theme palette; style: changed green and explicit colors
thanks to @BasCurtiz
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user