blachp.techtransthai.org/assets/css/custom.css
2024-07-04 20:50:37 +07:00

20 lines
268 B
CSS

.link-readawrite {
background: rgb(0, 203, 195);
}
.link-pixelfed {
background: linear-gradient(
90deg,
#ff7725 0%,
#eb0256 50%,
#ff257e 100%
);
}
.link-meb {
background: linear-gradient(
90deg,
#01AF6F 0%,
#35C03F 100%
);
}