aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r--src/pages/stylesheets/styles.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index a0fc432e..02ef9b40 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -50,6 +50,15 @@ div.some-block input[type="checkbox"] {
text-decoration: none;
width: min-content;
color: var(--text);
+ transition: .1s;
+}
+
+.title:hover {
+ opacity: 1 !important;
+}
+
+.title:hover a {
+ color: var(--active);
}
img,
@@ -147,7 +156,11 @@ section.links a {
}
section.links a:hover,
-section.links a.selected {
+section.links .selected {
+ opacity: 1 !important;
+}
+
+section.links .selected a {
color: var(--active);
}