Custom Text Shadow
Text Shadow by sekibetu
Details
Authorsekibetu
LicenseNo License
Categoryuserstyles
Created
Updated
Size370 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Text Shadow
@namespace https://userstyles.world/style/418/text-shadow
@version 1.0.0
@description Custom Text Shadow
@author SekiBetu
==/UserStyle== */
body,div,p,a,strong,section,table,th,td,ul,ol,li,dl,dt,dd,input,textarea,pre,code,form,h1,h2,h3,h4,h5,h6,img{
text-shadow: 1px 1px 1px rgba(0,0,0,.2)
}