9 lines
80 B
CSS
9 lines
80 B
CSS
|
.hide_underline {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.invert {
|
||
|
filter: invert(1);
|
||
|
}
|
||
|
|