12 lines
No EOL
173 B
CSS
12 lines
No EOL
173 B
CSS
.link-readawrite {
|
|
background: rgb(0, 203, 195);
|
|
}
|
|
|
|
.link-pixelfed {
|
|
background: linear-gradient(
|
|
90deg,
|
|
#ff7725 0%,
|
|
#eb0256 50%,
|
|
#ff257e 100%
|
|
);
|
|
} |