From 92b15115db03e7149c3f596b3af730ea5ed4a930 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 11 Mar 2019 20:43:12 -0400
Subject: [PATCH] Pregmod v2.2.3

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 5 +++++
 devNotes/twine CSS                           | 8 +++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index e168efe7910..ab5ff93babc 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4,6 +4,11 @@ Pregmod
 
 03/11/2019
 
+	3
+	-fixes
+	-css tweaks
+	-body modification reactions expanded
+
 	2
 	-fixes
 	-code cleaning
diff --git a/devNotes/twine CSS b/devNotes/twine CSS
index 4a03614a078..0c11d518885 100644
--- a/devNotes/twine CSS	
+++ b/devNotes/twine CSS	
@@ -31,7 +31,7 @@ img {
 	text-indent: -10000px;
 }
 
-.imageColumn {
+.imageColumn { /* TODO: this is mostly a copy of imageRef to get its flex features working properly. They can probably be removed from imageRef at some point */
 	display: flex;
 	flex-direction: column;
 	flex-wrap: wrap;
@@ -123,7 +123,6 @@ img {
 
 .lrgVector svg {
 	width: 336px;
-	height: 600px;
 }
 
 object {
@@ -182,8 +181,7 @@ span.plusButton > a:hover { text-decoration: none; }
 span.minusButton > a:hover { text-decoration: none; }
 span.zeroButton > a:hover { text-decoration: none; }
 
-/* Colors are made as css classes, to allow them to be
-	changed for a light color scheme (for example). */
+/* Colors are made as css classes, to allow them to be changed for a light color scheme (for example). */
 .link { color: #68D } /* link color */
 .aquamarine { color: aquamarine }
 .coral { color: coral }
@@ -265,7 +263,7 @@ span.zeroButton > a:hover { text-decoration: none; }
 .springgreen a { color: springgreen }
 .tan a { color: tan }
 .chocolate a { color: chocolate }
-.saddlebrown { color: saddlebrown }
+.saddlebrown a { color: saddlebrown }
 .teal a { color: teal }
 .yellow a { color: yellow }
 .yellowgreen a { color: yellowgreen }
-- 
GitLab