diff options
Diffstat (limited to 'src/DevHive.Angular/src/app/components/post/post.component.css')
| -rw-r--r-- | src/DevHive.Angular/src/app/components/post/post.component.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DevHive.Angular/src/app/components/post/post.component.css b/src/DevHive.Angular/src/app/components/post/post.component.css index 5395eb2..c3e3caa 100644 --- a/src/DevHive.Angular/src/app/components/post/post.component.css +++ b/src/DevHive.Angular/src/app/components/post/post.component.css @@ -24,6 +24,10 @@ hr { margin-bottom: .2em; } +.author:hover { + cursor: pointer; +} + .author > img { width: 2.2em; height: 2.2em; |
