diff options
| author | s1n <[email protected]> | 2019-10-03 14:40:58 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-03 14:40:58 -0700 |
| commit | e944305f7eb7451cd76b9b556114a58fab87d692 (patch) | |
| tree | 125f05b83b8fe7ab3b28a1c91c9db49e151a61d7 /halloween/css/text-highlight.css | |
| parent | add to directory (diff) | |
| download | s1n.pw-admin-e944305f7eb7451cd76b9b556114a58fab87d692.tar.xz s1n.pw-admin-e944305f7eb7451cd76b9b556114a58fab87d692.zip | |
add halloween egg
Diffstat (limited to 'halloween/css/text-highlight.css')
| -rw-r--r-- | halloween/css/text-highlight.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/halloween/css/text-highlight.css b/halloween/css/text-highlight.css new file mode 100644 index 0000000..494a286 --- /dev/null +++ b/halloween/css/text-highlight.css @@ -0,0 +1,10 @@ +.links { + color: inherit; + text-decoration: none; + background-color: #eabc75; + /* hsl(200, 100%, 80% */ + -webkit-box-shadow: 0 7px 30px -10px #eabc75, 0 7px 30px -10px #eabc75; + box-shadow: 0 7px 30px -10px #eabc75, 0 7px 30px -10px #eabc75; + -webkit-transition: background-color 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out; +}
\ No newline at end of file |