diff options
| author | Zephyrrus <[email protected]> | 2020-06-29 20:12:14 +0300 |
|---|---|---|
| committer | Zephyrrus <[email protected]> | 2020-06-29 20:12:14 +0300 |
| commit | 7e4dbdbd2b495e86c061970604c977b9d689f15d (patch) | |
| tree | dfce68ce64a52db9dbfb5867d72bbe889dfbb208 | |
| parent | fix: Remove hero and hero body and use sections and containers instead (diff) | |
| download | host.fuwn.me-7e4dbdbd2b495e86c061970604c977b9d689f15d.tar.xz host.fuwn.me-7e4dbdbd2b495e86c061970604c977b9d689f15d.zip | |
misc: Change the color of the warning on the homepage to red and bigger font-size
| -rw-r--r-- | src/site/pages/index.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/site/pages/index.vue b/src/site/pages/index.vue index 088d1ba..da55500 100644 --- a/src/site/pages/index.vue +++ b/src/site/pages/index.vue @@ -19,7 +19,8 @@ </div> <div class="container uploader"> <Uploader v-if="config.publicMode || (!config.publicMode && loggedIn)" /> - <div v-else> + <div v-else + class="has-text-centered is-size-4 has-text-danger"> This site has disabled public uploads. You need an account. </div> <Links /> |