From ac9d24c4ef205bdbc0664eb5d6b4805862e1c51e Mon Sep 17 00:00:00 2001 From: JannisDommer Date: Fri, 5 Jan 2024 15:54:54 +0100 Subject: [PATCH] style(playground): fix order --- WebSocketClient/index.html | 8 ++++---- WebSocketClient/style/dropdown.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/WebSocketClient/index.html b/WebSocketClient/index.html index bcf6fbb..ee27fd3 100644 --- a/WebSocketClient/index.html +++ b/WebSocketClient/index.html @@ -15,13 +15,13 @@

UVL Playground

-
+
?
- Interactively learn the Universal Variability Language + Playground Tour
-
+
?
- Get a tour of the Playground + Introduction to UVL
diff --git a/WebSocketClient/style/dropdown.css b/WebSocketClient/style/dropdown.css index c2db147..e85c5be 100644 --- a/WebSocketClient/style/dropdown.css +++ b/WebSocketClient/style/dropdown.css @@ -19,7 +19,7 @@ .dropdown-wrapper { padding: 0 20px 5px; - span { + & span { color: white; } }