aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZephyrrus <[email protected]>2020-06-29 20:12:14 +0300
committerZephyrrus <[email protected]>2020-06-29 20:12:14 +0300
commit7e4dbdbd2b495e86c061970604c977b9d689f15d (patch)
treedfce68ce64a52db9dbfb5867d72bbe889dfbb208
parentfix: Remove hero and hero body and use sections and containers instead (diff)
downloadhost.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.vue3
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 />