Correction du CSS

This commit is contained in:
Breizh 2022-10-02 01:07:24 +02:00
parent 64659686ff
commit f3fd793fb1

View file

@ -1,11 +1,11 @@
/* Inspired by lord.re and bettermotherfuckingwebsite.com */
body {
margin:40px auto;
max-width: 60em;
margin: auto;
max-width: 60rem;
background-color:#2d2d2d;
color: #D3D0C8;
padding:0 10px;
padding: 2rem;
font-family: sans-serif;
text-align: center;
word-wrap: break-word;
@ -37,6 +37,7 @@ body {
video,img {
max-width: 100%;
max-height: 80vh;
}
audio {
@ -60,6 +61,7 @@ pre,code {
}
a {
color: #F99157;
display: inline-block;
}
a:visited {
color: #F2777A;