aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css
index dbf8d6f..d495220 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -423,7 +423,7 @@ h4 {
a,
a:visited {
color: var(--link);
- text-decoration: underline;
+ text-decoration: none;
}
a:hover {
@@ -556,7 +556,7 @@ summary {
--bg: #141617;
--bg-bright: #191c1d;
--fg: #b2aea9;
-/* --link: #2b8ad9; */
+ /* --link: #2b8ad9; */
--link: #ff79c6;
--code: #ffb454;
--border: #333;