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

21 lines
266 B
CSS
Raw Normal View History

/**
* @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;
}