aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r--src/pages/stylesheets/styles.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index 37cff60a..277ef2e4 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -32,9 +32,11 @@ div.some-block input[type="checkbox"] {
-webkit-appearance: none;
}
-div.title {
+.title {
display: flex;
align-items: center;
+ text-decoration: none;
+ color: var(--text);
}
img, svg {