diff --git a/css/style.css b/css/style.css
index dcea24c..5d02041 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1284,7 +1284,8 @@ button:hover {
}
.transform-category-randomizer .transform-preview {
- color: rgba(156, 39, 176, 0.9);
+ color: #e1baff;
+ text-shadow: 0 0 8px rgba(225,186,255,.35);
}
.transform-button:hover .transform-preview {
@@ -1813,7 +1814,7 @@ button:hover {
position: relative;
overflow: hidden;
border: 2px solid rgba(200, 170, 255, 0.35) !important;
- padding: 16px 22px !important;
+ padding: 18px 28px !important;
letter-spacing: .3px;
}
diff --git a/index.html b/index.html
index f937d6c..e038cec 100644
--- a/index.html
+++ b/index.html
@@ -744,7 +744,7 @@
:class="{ active: activeTransform === transform }"
:title="'Click to apply random transforms to each word!'"
>
-
+
{{ transform.name }}
🎯 Each word = different transform!