diff --git a/stroll.html b/stroll.html
index 5ad109c..ec7942d 100644
--- a/stroll.html
+++ b/stroll.html
@@ -72,7 +72,7 @@
-
Welcome to Stroll 0.5.12
+
Welcome to Stroll 0.5.13
This game features 18+ content
@@ -138,7 +138,7 @@
-
Welcome to Stroll 0.5.12
+
Welcome to Stroll 0.5.13
This game features 18+ content
Changelog
Telegram discussion group
@@ -213,10 +213,6 @@
-
-
-
-
@@ -305,6 +301,10 @@
diff --git a/style.css b/style.css
index 4e87658..f47bddd 100644
--- a/style.css
+++ b/style.css
@@ -230,7 +230,7 @@ body.dark .custom-category {
}
.custom-header-static {
- font-size: 200%;
+ font-size: 250%;
margin: 10px;
display: inline-block;
}
@@ -244,7 +244,7 @@ body.dark .custom-header-static {
}
.custom-header {
- font-size: 200%;
+ font-size: 250%;
margin: 10px;
display: inline-block;
border-style: dotted;
@@ -252,6 +252,10 @@ body.dark .custom-header-static {
border-length: 5px;
}
+.custom-category-sub .custom-header {
+ font-size: 200%;
+}
+
body.light .custom-header {
color: #aaa;
background: #ddd;