mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-28 07:58:23 +00:00
13 lines
164 B
CSS
13 lines
164 B
CSS
.logo {
|
|
filter: invert(180deg), hue-rotate(180deg);
|
|
}
|
|
|
|
.postLink {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
.rimgoLink {
|
|
width: 100%;
|
|
} |