1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 17:02:41 +01:00
phorge-phorge/webroot/rsrc/css/application/paste/paste.css
Lauri-Henrik Jalonen 1341c8a6c1 Paste embeds look super cool
Summary: Make Paste embeds look super cool

Test Plan: {F35387}

Reviewers: epriestley

CC: aran, Korvin, chad, btrahan, AnhNhan

Maniphest Tasks: T1770

Differential Revision: https://secure.phabricator.com/D5323
2013-03-13 07:03:39 -07:00

20 lines
266 B
CSS

/**
* @provides paste-css
*/
.paste-embed {
display: inline-block;
padding: 5px;
background: #f7f7f7;
}
.paste-embed-head {
border-bottom: 1px solid #3d3d3d;
padding: 2px;
margin:2px;
}
.paste-embed-head a {
color: #282828;
font-weight: bold;
}