Improve CSS a bit

This commit is contained in:
Solene Rapenne 2021-09-29 21:13:29 +02:00
parent e90e1c6545
commit 186db6fccc
1 changed files with 7 additions and 16 deletions

View File

@ -12,7 +12,7 @@
text-align: center; text-align: center;
font-size:3em; font-size:3em;
font-weight:bold; font-weight:bold;
margin:1.25em auto; margin:0.75em auto;
} }
#banner { #banner {
@ -29,30 +29,19 @@
text-align: center; text-align: center;
} }
/*.permalink:hover::after { */
/* content: "🔗 "; */
/*} */
.permalink { .permalink {
color: steelblue; color: steelblue;
text-decoration: underline; text-decoration: underline;
} }
/*.permalink:visited {
color: black;
}
.permalink:hover {
color: darkgrey;
}*/
a { a {
color:black; color:black;
text-decoration:underline; text-decoration:underline;
} }
a::after { content: " ↗"; } .permalink::after { content: " ↗"; }
a:hover { color: plum; } .permalink:hover { color: plum; }
p { p {
text-align: justify; text-align: justify;
@ -67,7 +56,9 @@ html, body {
body { body {
margin: 1em auto; margin: 1em auto;
padding: 30px; padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
max-width: 80ch; max-width: 80ch;
border: 1px solid #111; border: 1px solid #111;
background-color: #eee; background-color: #eee;