diff --git a/.vuepress/scss/pages/_home.scss b/.vuepress/scss/pages/_home.scss index 47bae5e..be464f6 100644 --- a/.vuepress/scss/pages/_home.scss +++ b/.vuepress/scss/pages/_home.scss @@ -41,6 +41,20 @@ } } + &.alert { + background-color: $yellow; + // color: $white; + font-size: 1rem; + line-height: 1.33; + padding-top: 1rem; + padding-bottom: 1rem; + text-align: center; + + a { + font-weight: 600; + } + } + &.features { .home__features { align-content: center; diff --git a/.vuepress/theme/Layout.vue b/.vuepress/theme/Layout.vue index 99714a7..a95b2f9 100644 --- a/.vuepress/theme/Layout.vue +++ b/.vuepress/theme/Layout.vue @@ -23,6 +23,12 @@ +
+
+ This website is in beta. We are actively developing this website to showcase and teach about the LBRY protocol. All things may not work as expected!
This website is open source and you can contribute to it on Github. +
+
+