aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2024-03-06 19:10:29 -0600
committerChristian Cleberg <[email protected]>2024-03-06 19:10:29 -0600
commit725d324dc710ba76490a3e36f1ab8da99ee428cb (patch)
tree4d6624b00956bbc891489c05525be877876bdd0b /static/styles.css
parent6e9e17e0ad0c6afa7d3107eff3e549cebac9120e (diff)
downloadcleberg.net-725d324dc710ba76490a3e36f1ab8da99ee428cb.tar.gz
cleberg.net-725d324dc710ba76490a3e36f1ab8da99ee428cb.tar.bz2
cleberg.net-725d324dc710ba76490a3e36f1ab8da99ee428cb.zip
remove hyperlink underline unless hovered
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;