From 15e6e65e059c51a2fd06ca92ab60b63b14544656 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 26 Feb 2018 10:50:21 -0500 Subject: [PATCH] Added discussion link. Changed link style a bit. --- stroll.html | 8 +++++--- style.css | 40 ++++++++++++++++++++++++++++++++++++---- 2 files changed, 41 insertions(+), 7 deletions(-) diff --git a/stroll.html b/stroll.html index 97b6575..67641dd 100644 --- a/stroll.html +++ b/stroll.html @@ -73,9 +73,10 @@
-
Welcome to Stroll 0.5.3
+
Welcome to Stroll 0.5.4
This game features 18+ content
Changelog
+
Telegram discussion group
It's a nice day for a walk
 
@@ -134,9 +135,10 @@
-

Welcome to Stroll 0.5.3

+

Welcome to Stroll 0.5.4

This game features 18+ content

- Changelog +

Changelog

+

Telegram discussion group


diff --git a/style.css b/style.css index e349ad3..7b01083 100644 --- a/style.css +++ b/style.css @@ -194,10 +194,42 @@ input.sub[type="checkbox"]:checked ~ .reveal-if-active-2 { flex: 1 0 220px; } -.has-tooltip { - position: relative; - display: inline-block; - border-bottom: 1px dotted black; +body.light .has-tooltip { + position: relative; + display: inline-block; + border-bottom: 1px dotted black; +} + +body.dark .has-tooltip { + position: relative; + display: inline-block; + border-bottom: 1px dotted white; +} + +body.light a { + color: #0000FF; + text-decoration: none; +} + +body.light a:visited { + color: #0000AA; +} + +body.light a:hover { + color: #0000EE; +} + +body.dark a { + color: #0000FF; + text-decoration: none; +} + +body.dark a:visited { + color: #0000DD; +} + +body.dark a:hover { + color: #0000EE; } #grow-panel {