1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 09:48:47 +02:00
phorge-phorge/webroot/rsrc/css/application/ponder/post.css

26 lines
366 B
CSS
Raw Normal View History

/**
* @provides ponder-post-css
*/
.ponder-post-list {
max-width: 1162px;
}
.ponder-add-answer-panel {
max-width: 1162px;
}
.ponder-post-list .anchor-target {
background-color: #ffffdd;
border-color: #ffff00;
}
.ponder-post-core .phabricator-remarkup .remarkup-code-block {
width: 88ex;
width: 81ch;
}
.ponder-question {
background: white;
}