summaryrefslogtreecommitdiff
path: root/static/styles/base.css
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-04-27 21:21:51 +0200
committerLinnnus <[email protected]>2024-04-27 21:21:51 +0200
commitc0d2b9eb7e2b65b582039aafdca765fe32acf81e (patch)
tree9aa75621f78fb74c67907856a76d65a299ea66bf /static/styles/base.css
parent2bc4e69a4b08dbbd60b1ed711d6cfe825adb0209 (diff)
Flesh out 'join' user flow
This commit splits the user flow when sending in an application to join the guild into three staged: 1. Intro text 2. HTML form 3. Form submission feedback (aka. "yay it went through")
Diffstat (limited to 'static/styles/base.css')
-rw-r--r--static/styles/base.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/styles/base.css b/static/styles/base.css
index f9b1ae6..2ae562e 100644
--- a/static/styles/base.css
+++ b/static/styles/base.css
@@ -60,3 +60,14 @@ footer {
font-size: small;
margin: 1rem;
}
+
+/* Chill link styling */
+a {
+ /* dark and twisted color, lighter for contrast */
+ color: #a27d7d;
+ text-decoration: underline;
+}
+
+a:visited {
+ color: inherit;
+}