diff --git a/web/public/index.html b/web/public/index.html index d115030..09303c6 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -9,7 +9,7 @@ - + diff --git a/web/src/assets/css/app.scss b/web/src/assets/css/app.scss index c3f927c..c5e32cc 100644 --- a/web/src/assets/css/app.scss +++ b/web/src/assets/css/app.scss @@ -334,7 +334,7 @@ html, body { } } -.v-toolbar__title { +.theme--light.v-toolbar__title { font-weight: 300; color: #555; font-size: 18px; @@ -360,7 +360,6 @@ html, body { .v-icon { font-size: 20px; - color: #555 !important; margin-top: -3px; top: 0; position: relative; @@ -830,7 +829,6 @@ html, body { } .v-card__title { - color: #3c4858; font-size: 18px; padding-top: 7px; padding-bottom: 2px; @@ -1138,11 +1136,6 @@ html, body { padding: 24px 24px 0; .v-icon { - //position: absolute; - //top: 15px; - //right: 20px; - color: #999; - opacity: .5; font-size: 16px; &:hover { diff --git a/web/src/components/ProxyList.vue b/web/src/components/ProxyList.vue index c69a465..37af269 100644 --- a/web/src/components/ProxyList.vue +++ b/web/src/components/ProxyList.vue @@ -50,11 +50,9 @@ - {{ info.isp }} -
- {{ info.region }} -
- {{ info.ip }} +

{{ info.isp }}

+

{{ info.region }}

+

{{ info.ip }}

diff --git a/web/src/views/Cloud.vue b/web/src/views/Cloud.vue index 10107af..0b148d6 100644 --- a/web/src/views/Cloud.vue +++ b/web/src/views/Cloud.vue @@ -65,11 +65,15 @@ - {{ name }} + + mdi-cloud + + + {{ sub.name }} @@ -90,7 +94,7 @@ @click="newArtifact.platform = platform" > - + {{ platform }} @@ -114,7 +118,7 @@