initial getting started and sending messages pages

This commit is contained in:
MapleLeaf
2021-12-30 18:05:01 -06:00
parent 87578bc7e5
commit a8aca507a5
11 changed files with 134 additions and 37 deletions

View File

@@ -16,7 +16,7 @@ pre[class*="language-"] {
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
line-height: 1.7;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
@@ -124,3 +124,10 @@ pre[class*="language-"] {
.token.entity {
cursor: help;
}
.code-line.highlight-line {
background-color: rgba(255, 255, 255, 0.08);
padding: 0 1rem;
margin: 0 -1rem;
display: block;
}