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:
e7be754
)
remove underlines for TOC, blog/post title, page links
author
Zack M. Davis
<
[email protected]
>
Sun, 4 Feb 2024 02:20:18 +0000
(18:20 -0800)
committer
Zack M. Davis
<
[email protected]
>
Sun, 4 Feb 2024 02:22:54 +0000
(18:22 -0800)
theme/static/css/main.css
patch
|
blob
|
history
diff --git
a/theme/static/css/main.css
b/theme/static/css/main.css
index
db4740d
..
c8fdbf8
100644
(file)
--- a/
theme/static/css/main.css
+++ b/
theme/static/css/main.css
@@
-417,11
+417,23
@@
p.flower-break {
text-indent: 0;
right: calc(100% + 0.5em);
text-align: right;
- color: #bbb;
+ color: #bbb;
}
+
+/* remove link underlines for navigational links */
.toc a {
- border: none;
+ text-decoration: none;
+}
+.title {
+ text-decoration: none;
+}
+.pages a {
+ text-decoration: none;
}
+.content h1 a {
+ text-decoration: none;
+}
+
/* And thanks again to Said Achmiz for making superscripts not mess up line spacing. */
sup, sub {