1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00
phorge-phorge/webroot/rsrc/css/phui/phui-document-summary.css

27 lines
477 B
CSS
Raw Normal View History

/**
* @provides phui-document-summary-view-css
*/
.phui-document-summary-view.is-draft {
opacity: 0.5;
}
body .phui-document-view .phui-document-summary-view h2.remarkup-header {
margin: 0;
padding: 0;
}
.phui-document-summary-view h2.remarkup-header a {
color: {$darkbluetext};
}
.phui-document-summary-subtitle {
color: {$lightbluetext};
font-size: {$normalfontsize};
margin-bottom: 8px;
}
.phui-document-summary-subtitle a {
color: {$darkbluetext};
}