1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/webroot/rsrc/css/phui/phui-invisible-character-view.css

13 lines
233 B
CSS
Raw Normal View History

/**
* @provides phui-invisible-character-view-css
*/
.invisible-special {
font-family: monospace;
color: {$blacktext};
background: rgba({$alphablue},0.1);
padding: 1px 4px;
border-radius: 3px;
white-space: pre-wrap;
}