« get me outta code hell

Dummy mode picker - guess-the-character - Unnamed repository; edit this file 'description' to name the repository.
summary refs log tree commit diff
path: root/style.css
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-01-17 12:16:16 -0400
committerFlorrie <towerofnix@gmail.com>2019-01-17 12:16:16 -0400
commit39bb19de91169cc22a3ce9c4f273e614e9c601f6 (patch)
tree8e93c1f6b54cc458c4f6826786dc4fd66d617174 /style.css
parent5d6fb747d811e20f690c951f88ed303915fe69ee (diff)
Dummy mode picker
No actual game modes yet.
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/style.css b/style.css
index c515db3..cc09a9a 100644
--- a/style.css
+++ b/style.css
@@ -52,6 +52,20 @@ body:not(.resources-loaded) #play-paragraph {
     padding: 4pt;
 }
 
+#mode-picker a.selected:before {
+    content: '[';
+    color: white;
+}
+
+#mode-picker a.selected:after {
+    content: ']';
+    color: white;
+}
+
+#mode-descriptions p:not(.selected) {
+    display: none;
+}
+
 #choice-container {
     display: flex;
     flex-direction: row;