projects
/
Ultimately_Untrue_Thought.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc0f3de
)
less goofy, more standard CSS link underlines (thx again to Said Achmiz)
author
Zack M. Davis
<
[email protected]
>
Wed, 31 Jan 2024 23:38:52 +0000
(15:38 -0800)
committer
Zack M. Davis
<
[email protected]
>
Wed, 31 Jan 2024 23:38:52 +0000
(15:38 -0800)
theme/static/css/main.css
patch
|
blob
|
history
diff --git
a/theme/static/css/main.css
b/theme/static/css/main.css
index
a043294
..
db4740d
100644
(file)
--- a/
theme/static/css/main.css
+++ b/
theme/static/css/main.css
@@
-132,15
+132,15
@@
p {
}
a {
- text-decoration: none;
- border-bottom: 1px dotted #4D4D4C;
- color: #2D2D2C;
+ color: inherit;
+ text-decoration: dotted underline #4D4D4C from-font;
+ text-underline-position: from-font;
+ text-underline-offset: 0.1em;
}
a:hover, a:active {
- text-decoration: none;
- border-bottom: 1px dotted #C07095;
- color: #C07095;
+ color: #C07095;
+ text-decoration-color: currentcolor;
}
.literal {