mirror of
https://github.com/wekan/wekan.git
synced 2026-01-25 02:36:09 +01:00
7 lines
104 B
CSS
7 lines
104 B
CSS
|
|
.unicode-icon {
|
||
|
|
filter: grayscale(100%);
|
||
|
|
opacity: 0.8;
|
||
|
|
display: inline-block;
|
||
|
|
line-height: 1;
|
||
|
|
}
|