Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3342560
D4999.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
593 B
Referenced Files
None
Subscribers
None
D4999.diff
View Options
diff --git a/web/markdown/markdown.css b/web/markdown/markdown.css
--- a/web/markdown/markdown.css
+++ b/web/markdown/markdown.css
@@ -17,14 +17,13 @@
box-sizing: border-box;
width: 100%;
margin: 6px 0;
+ border-radius: 8px;
+ border-left: 8px solid #00000066;
+ box-shadow: 0 1px 2px 1px #00000033;
}
-div.darkBackground blockquote {
- background: #a9a9a9;
- border-left: 5px solid #808080;
-}
-div.lightBackground blockquote {
- background: #d3d3d3;
- border-left: 5px solid #c0c0c0;
+
+div.markdown > blockquote {
+ background-color: #00000066;
}
div.markdown code {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 1:37 AM (18 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2567155
Default Alt Text
D4999.diff (593 B)
Attached To
Mode
D4999: [web] Implement darker thread color tint to blockquote container
Attached
Detach File
Event Timeline
Log In to Comment