mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-12-16 16:24:04 -05:00
11 lines
277 B
CSS
11 lines
277 B
CSS
.wy-menu.wy-menu-vertical a.reference.external::after {
|
|
/* \00a0 = no break space */
|
|
content: "\00a0\f08e";
|
|
font-family: FontAwesome;
|
|
display: inline-block;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
text-rendering: auto;
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|