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%;
|
||
|
}
|