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
11
stylesheets/svg/shadow.svg
Executable file
11
stylesheets/svg/shadow.svg
Executable file
|
@ -0,0 +1,11 @@
|
|||
<svg height="0" xmlns="http://www.w3.org/2000/svg">
|
||||
<filter id="drop-shadow">
|
||||
<feGaussianBlur in="SourceGraphic" stdDeviation="4"/>
|
||||
<feOffset dx="0" dy="0" result="offsetblur"/>
|
||||
<feComposite in2="offsetblur" operator="in"/>
|
||||
<feMerge>
|
||||
<feMergeNode/>
|
||||
<feMergeNode in="SourceGraphic"/>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</svg>
|
After Width: | Height: | Size: 347 B |
Loading…
Add table
Add a link
Reference in a new issue