summaryrefslogtreecommitdiffstats
path: root/pages/styles.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pages/styles.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/pages/styles.css b/pages/styles.css
index 167763d..022b96b 100644
--- a/pages/styles.css
+++ b/pages/styles.css
@@ -237,7 +237,7 @@ input:invalid {
background-color: var(--bg-secondary);
position: fixed;
top: 0;
- width: 100%;
+ width: 400px;
z-index: 2;
}
@@ -465,3 +465,17 @@ input[type="range"]::-moz-range-thumb {
#volume-value {
float: right;
}
+
+.subheading {
+ padding: 0 10px;
+}
+
+.subheading h1 {
+ color: var(--active);
+}
+
+.subheading hr {
+ height: 1px;
+ background-color: var(--active);
+ border: none;
+}