diff options
| author | Bobby <[email protected]> | 2023-06-04 21:57:43 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-04 21:57:43 -0400 |
| commit | bb0767641d548a16a8ccab871ffcf8c3f17acfda (patch) | |
| tree | 0e85c1c081adeaf81e37ad1826d92062c621cbcc /static/css/styles.css | |
| parent | 84800a2b6f3b2a12f1ce12038be88a94f0b8be8b (diff) | |
| download | thatcomputerscientist-bb0767641d548a16a8ccab871ffcf8c3f17acfda.tar.xz thatcomputerscientist-bb0767641d548a16a8ccab871ffcf8c3f17acfda.zip | |
Added Status Icon in Comment Avatars
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index f49bbf44..50672ddf 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -51,6 +51,12 @@ a, /* color: #a591ee; */ color: #d2baff; text-decoration: none; + cursor: pointer; +} + +img.little-staus { + height: 24px; + position: relative; } #fake-banner-ad { |
