leftypol_vichan/stylesheets/svg/terminal.svg
discomrade 20a5490b65 Add CSS from lainchan
This overwites dark.css. terminal2.css was replaced with terminal_green.css
2024-01-30 10:05:43 -01:00

11 lines
179 B
XML
Executable File

<svg>
<filter id="sepia">
<feColorMatrix
type="matrix"
values=".343 .669 .119 0 0
.249 .626 .130 0 0
.172 .334 .111 0 0
.000 .000 .000 1 0 "/>
</filter>
</svg>