aboutsummaryrefslogtreecommitdiff
path: root/static/css/main.css
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-03-10 21:15:12 -0500
committerBobby <[email protected]>2023-03-10 21:15:12 -0500
commit869149ae36676d46d2534d20f7981edf3591b57c (patch)
treeee7f01aad9d09d182164a9b122e9bf307e8b7fea /static/css/main.css
parente83fbe2e6b5ede9a4ad1692391c261935d38eb40 (diff)
downloadthatcomputerscientist-869149ae36676d46d2534d20f7981edf3591b57c.tar.xz
thatcomputerscientist-869149ae36676d46d2534d20f7981edf3591b57c.zip
Update detailed articles view
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css18
1 files changed, 0 insertions, 18 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 7e9c263b..57616883 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -247,24 +247,6 @@ blockquote {
-webkit-touch-callout: none;
}
-.tag {
- padding: 2px 4px;
- margin: 0px 2px;
- border-radius: 3px;
- background: #3E4245;
- color: #dddddd;
- font-size: 11px;
- text-shadow: 0 1px 0 rgba(0,0,0,0.2);
- background: -moz-linear-gradient(90deg, #3E4245 0%, #2E3131 100%);
- background: -webkit-linear-gradient(90deg, #3E4245 0%, #2E3131 100%);
- background: linear-gradient(90deg, #3E4245 0%, #2E3131 100%);
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3E4245",endColorstr="#2E3131",GradientType=1);
-}
-
-.tag:hover {
- text-decoration: none;
-}
-
#wrap {
width: 1000px;
margin: auto;