diff --git a/template/css/style.css b/template/css/style.css index 37f1adf..f639648 100644 --- a/template/css/style.css +++ b/template/css/style.css @@ -2,6 +2,11 @@ box-sizing: border-box; } +a { + color: #7aa2f7; + text-decoration: none; +} + body { top: 0; margin: 0; @@ -380,10 +385,6 @@ body { .user-page .user-details .user-comment { font-size: 0.9em; } -.user-page .user-details .user-comment a { - color: #7aa2f7; - text-decoration: none; -} .tag-header { display: flex; diff --git a/template/css/style.scss b/template/css/style.scss index c6b7339..7ee20fd 100644 --- a/template/css/style.scss +++ b/template/css/style.scss @@ -17,6 +17,11 @@ $red: #f7768e; box-sizing: border-box; } +a { + color: $blue; + text-decoration: none; +} + body { top: 0; margin: 0; @@ -450,10 +455,6 @@ body { .user-comment { font-size: 0.9em; - a { - color: $blue; - text-decoration: none; - } } } } diff --git a/template/index.jet.html b/template/index.jet.html index 5a18834..6a3dcd6 100644 --- a/template/index.jet.html +++ b/template/index.jet.html @@ -1,4 +1,5 @@
Login to access more features!
+In order to enable the landing page and other features, such as bookmarking or following, you will have to login. +
In order to enable the landing page and other features, you will have to login.
You can only login using your account's cookie, check out this page to diff --git a/template/temp.jet.html b/template/temp.jet.html deleted file mode 100644 index 760cc1e..0000000 --- a/template/temp.jet.html +++ /dev/null @@ -1,13 +0,0 @@ -
- The landing page will be available after you set your account's token in the settings page. -
-If you wish not to login, you can try out other pages as well!
- Have fun! -