diff --git a/css/settings.css b/css/settings.css
index 6fa5d67..d33e466 100644
--- a/css/settings.css
+++ b/css/settings.css
@@ -51,7 +51,7 @@ h2 span.indent {
font-weight: bold;
}
-.setting-container .desc, .setting-container .warning {
+.setting-container .desc, .setting-container .warning, .setting-container .note {
display: block;
width: 75%;
}
@@ -187,12 +187,18 @@ dialog .modal-body p:first-child {
border-radius: inherit;
}
-.warning {
+.setting-container .warning {
font-size: 0.8rem;
color: orange;
font-weight: lighter;
}
+.setting-container .note {
+ font-size: 0.8rem;
+ color: #439eff;
+ font-weight: lighter;
+}
+
.card {
--bs-card-border-color: #1e1e1e;
--bs-card-bg: #121212;
diff --git a/settings.html b/settings.html
index fc32854..e5b9580 100755
--- a/settings.html
+++ b/settings.html
@@ -435,7 +435,12 @@
- Quickly see if you own the item at a glance with a little tag in the top left corner of item cards on the main store page! (if the star is blue, then the item is not a collectible - however if the star is yellow/orange then the item is a collectible and you can hover on it to see your serial)
+
+ Quickly see if you own the item at a glance with a little tag in the top left corner of item cards on the main store page!
+
+
+ * If the star is yellow/orange, that means the item is a collectible and hovering on the star will show your serial.
+