summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorRochDLY <roch.delannay@gmail.com>2023-11-07 15:58:14 +0100
committerRochDLY <roch.delannay@gmail.com>2023-11-07 15:58:14 +0100
commit0b58365c5430544fb25f02f903fe435b714aad01 (patch)
tree9f91568bdcb0725cabb8a55718bcebd0f9a76213 /static/css
parent3f76c52bddd89e43b71c24373f3809d27cda0ce7 (diff)
downloadpandoc-site-0b58365c5430544fb25f02f903fe435b714aad01.tar.gz
pandoc-site-0b58365c5430544fb25f02f903fe435b714aad01.tar.bz2
pandoc-site-0b58365c5430544fb25f02f903fe435b714aad01.zip
modification du css pour fixer la mise en page des hyperliens
Diffstat (limited to 'static/css')
-rw-r--r--static/css/styles.css23
1 files changed, 14 insertions, 9 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index 12b3203..a18771a 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -93,9 +93,12 @@ footer {
border: 3px solid black;
}
-.posts-list a:link, a:visited,
-.content a:link, a:visited,
-footer a:link, a:visited {
+.posts-list a:link,
+.posts-list a:visited,
+.content a:link,
+.content a:visited,
+footer a:link,
+footer a:visited {
background-color: white;
color: black;
border: 1px dotted black;
@@ -105,9 +108,9 @@ footer a:link, a:visited {
display: inline-block;
}
-.posts-list a:hover, a:active,
-.content a:hover, a:active,
-footer a:hover, a:active {
+.posts-list a:hover, .posts-list a:active,
+.content a:hover, .content a:active,
+footer a:hover, footer a:active {
background-color: #333;
color: white;
}
@@ -123,15 +126,17 @@ footer a:hover, a:active {
grid-row: 2;
}
-.toc ul {
+.toc > ul {
list-style: none;
}
-.toc a {
+
+.toc a:link, .toc a:visited {
text-decoration: none;
color: black;
}
-.toc a:hover {
+
+.toc a:hover, .toc a:active {
text-decoration: underline;
} \ No newline at end of file