mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
13 lines
225 B
CSS
13 lines
225 B
CSS
|
/**
|
||
|
* @provides phui-invisible-character-view-css
|
||
|
*/
|
||
|
|
||
|
.invisible-special {
|
||
|
font-family: monospace;
|
||
|
color: #000;
|
||
|
background: rgba({$alphablue},0.1);
|
||
|
padding: 1px 4px;
|
||
|
border-radius: 3px;
|
||
|
white-space: pre-wrap;
|
||
|
}
|