spiegel-keyman/developer/docs/help/guides/develop/walkthrough/walkthrough.css
Marc Durdin c10a74cdf0 docs: feedback for walkthrough
Presenting as a commit as I made many minor edits in-place and this was
much simpler than trying to use GitHub review for this level of detail.

Test-bot: skip
Build-bot: skip
2026-02-17 14:01:17 +01:00

16 lines
No EOL
337 B
CSS

.walkthrough-navigation {
display: block;
clear: both;
background: #eeeeee;
border-radius: 8px;
}
.walkthrough-navigation::before {
content: "Keyman Developer Walkthrough";
display: block;
background: #cccccc;
border-radius: 8px 8px 0 0;
padding: 6px 10px 6px;
font-size: 10pt;
margin-bottom: 8px;
}