summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@pjones.dk>2023-10-30 07:32:06 +0100
committerSiri Reiter <siri@pjones.dk>2023-10-30 07:32:06 +0100
commit8b648158763df43ad341d3aff54394a21db8339b (patch)
treedd09c05500b0218947c1ef393a42cfcfdcf3341b
parentd99d8f94f8042e73b10bf1a0a53275cc6af1e685 (diff)
no special styling of links in archive listHEADmaster
-rw-r--r--style.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/style.scss b/style.scss
index 0585f98..86d5a48 100644
--- a/style.scss
+++ b/style.scss
@@ -127,12 +127,12 @@ blockquote {
.archivepage {
margin-left: 0.5em;
margin-bottom: 0.5em;
- a {
- color: black;
- &:hover {
- color: DarkBlue;
- }
- }
+// a {
+// color: black;
+// &:hover {
+// color: DarkBlue;
+// }
+// }
}
.archivepagedate {
@@ -412,7 +412,7 @@ th {
font: inherit;
}
ul {
- padding-left: 0.5em;
+ padding-left: 0.5em;
}
p, ul p {
margin: 1em 0;
@@ -430,7 +430,7 @@ th {
}
}
.inlinepage {
- margin: 1em 0;
+ margin: 1em 0;
p {
color: black;
}