diff options
| author | Bobby <[email protected]> | 2023-01-23 03:22:50 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-01-23 03:22:50 -0500 |
| commit | cdb3c96cdf2e4dda308d4de43e7cdec73cb1be7c (patch) | |
| tree | e5f458f67ea8210b8dbd78fe86eb73cffd2a9d06 /static/css/main.css | |
| parent | cf8ff752df348c1b67843360bdad87b223668f22 (diff) | |
| download | thatcomputerscientist-cdb3c96cdf2e4dda308d4de43e7cdec73cb1be7c.tar.xz thatcomputerscientist-cdb3c96cdf2e4dda308d4de43e7cdec73cb1be7c.zip | |
allow access to user to their activity on private profile
Diffstat (limited to 'static/css/main.css')
| -rw-r--r-- | static/css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css index 9fc865a8..cd543f37 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -168,6 +168,10 @@ kbd { color: #00ff00; } +.info { + color: #65c6c6; +} + .ac { margin-right: 5px; height: 12px; |
