aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-07-05 19:32:05 -0400
committerBobby <[email protected]>2023-07-05 19:32:05 -0400
commit54b6a95fa59c3b4a9dba1e11594e5d157e4effb7 (patch)
tree7e0feeb307f5375b4f2c60a06d4e86a5ae302795 /static
parent6fd373b8b677cc94d8cf43a74bf15573e2653e61 (diff)
downloadthatcomputerscientist-54b6a95fa59c3b4a9dba1e11594e5d157e4effb7.tar.xz
thatcomputerscientist-54b6a95fa59c3b4a9dba1e11594e5d157e4effb7.zip
Much Bigger Screenshot and a fake view counter
Diffstat (limited to 'static')
-rw-r--r--static/css/sidebar.css8
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%);
+}