shannonkay.com/listmonkcustom.css
2025-03-01 23:43:24 -08:00

60 lines
No EOL
1.8 KiB
CSS

body {
/*
background: linear-gradient(180deg, #f681ae, #f38282, #f7d54d, #6ed46e, #3ed3da, #a48ac9 100%);
*/
/* background: linear-gradient(180deg, #ffa0c5 18%, #95cde4 50%, #c095e4 100%); */
background-color: #f7d3d6;
color: #f681ae;
font-size: 1.1rem;
min-height: 100vh;
}
label {
color: #a48ac9;
}
footer.container {
background-color: #ffffff;
font-weight: bold;
border-image: linear-gradient(90deg, #f681ae, #f38282, #f7d54d, #6ed46e, #3ed3da, #a48ac9 100%);
border-image-slice: 2;
border-top: 0.2rem solid #FC8EAC;
border-right: 0.2rem solid #FC8EAC;
border-left: 0.2rem solid #FC8EAC;
border-bottom: 0.2rem solid #FC8EAC;
}
.wrap {
border-image: linear-gradient(180deg, #f681ae, #f38282, #f7d54d, #6ed46e, #3ed3da, #a48ac9 100%);
border-image-slice: 2;
border-top: 0.2rem solid #FC8EAC;
border-right: 0.2rem solid #FC8EAC;
border-left: 0.2rem solid #FC8EAC;
border-bottom: 0.2rem solid #FC8EAC;
}
.logo img {
border-image: linear-gradient(180deg, #f681ae, #f38282, #f7d54d, #6ed46e, #3ed3da, #a48ac9 100%);
border-image-slice: 2;
border-top: 0.2rem solid #FC8EAC;
border-right: 0.2rem solid #FC8EAC;
border-left: 0.2rem solid #FC8EAC;
border-bottom: 0.2rem solid #FC8EAC;
}
.button {
background-color: #f681ae;
border: 0.1rem solid #a48ac9;
font-weight: bold;
}
.button:hover {
background: linear-gradient(90deg, #f681ae, #f38282, #f7d54d, #6ed46e, #3ed3da, #a48ac9 100%);
font-weight: bold;
}
a {
color: #79c5e3;
text-decoration-color: #79c5e3;
font-weight: 600;
}
a:hover, a:active, a:focus {
background: linear-gradient(90deg, #f681ae, #f38282, #f7d54d, #6ed46e, #3ed3da, #a48ac9 100%);
padding: 0.1rem;
}
.archive .date {
color: #a48ac9;
}