diff options
Diffstat (limited to 'views/index.ejs')
| -rw-r--r-- | views/index.ejs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/index.ejs b/views/index.ejs index 2b29d28..3f2a7b5 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -510,6 +510,7 @@ color: transparent; opacity:0.8; } + .cursor span { position: relative; left: 25px; @@ -529,6 +530,9 @@ .cursor.idle span { color: transparent; } + .cursor.idle span:after { + color: transparent; + } ol{ list-style:none; |
