Newer
Older
cafe-2022 / aoi / cafe2.css
@SUGAWARA Aoi SUGAWARA Aoi on 21 Jun 2022 343 bytes tuika
body{
    background: antiquewhite;
    margin-left: 1em;
    margin-right: 1em;
}

h1{
    color: saddlebrown;
    border-width: medium;
    border-bottom-style: dotted;
    border-color: chocolate;
}

h2{
    color: cadetblue;
}

h4{
    color: indianred;
}

p{
    color: darkslategray;
}

a{
    color: maroon;
}