diff options
| author | Bobby <[email protected]> | 2023-07-05 19:32:05 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-07-05 19:32:05 -0400 |
| commit | 54b6a95fa59c3b4a9dba1e11594e5d157e4effb7 (patch) | |
| tree | 7e0feeb307f5375b4f2c60a06d4e86a5ae302795 /static/css | |
| parent | 6fd373b8b677cc94d8cf43a74bf15573e2653e61 (diff) | |
| download | thatcomputerscientist-54b6a95fa59c3b4a9dba1e11594e5d157e4effb7.tar.xz thatcomputerscientist-54b6a95fa59c3b4a9dba1e11594e5d157e4effb7.zip | |
Much Bigger Screenshot and a fake view counter
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/sidebar.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/css/sidebar.css b/static/css/sidebar.css index fc795fd4..d9ac75ae 100644 --- a/static/css/sidebar.css +++ b/static/css/sidebar.css @@ -149,3 +149,11 @@ background-size: 150px; background-position: center; } + +.vc { + padding: 4px; + border-radius: 4px; + font-size: 16px; + font-weight: bold; + background: linear-gradient(0deg, #8663e570 60%, #8663e595 60%); +} |
