forked from leftypol/leftypol
Add lainchan styles
This commit is contained in:
parent
19c35cdae6
commit
341e6476f9
30 changed files with 1325 additions and 107 deletions
10
stylesheets/svg/terminal.svg
Executable file
10
stylesheets/svg/terminal.svg
Executable file
|
@ -0,0 +1,10 @@
|
|||
<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>
|
After Width: | Height: | Size: 179 B |
Loading…
Add table
Add a link
Reference in a new issue