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

12 lines
189 B
CSS
Raw 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
}
.link-pixelfed {
background: linear-gradient(
90deg,
#ff7725 0%,
#eb0256 50%,
#ff257e 100%
);
2024-06-16 09:25:08 +00:00
}