blachp.techtransthai.org/assets/css/custom.css

20 lines
268 B
CSS
Raw Permalink Normal View History

2024-06-16 09:25:08 +00:00
.link-readawrite {
background: rgb(0, 203, 195);
2024-07-03 05:58:26 +00:00
}
2024-07-03 05:59:06 +00:00
.link-pixelfed {
background: linear-gradient(
90deg,
#ff7725 0%,
#eb0256 50%,
#ff257e 100%
);
2024-07-04 13:50:37 +00:00
}
.link-meb {
background: linear-gradient(
90deg,
#01AF6F 0%,
#35C03F 100%
);
2024-07-03 05:59:06 +00:00
}