mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 17:50:13 +00:00
Add "data-based" command doc framework basics
This commit is contained in:
parent
cca287d3e3
commit
321f4d7d25
10 changed files with 166 additions and 5 deletions
|
|
@ -21,9 +21,15 @@
|
|||
}
|
||||
|
||||
.command-argument {
|
||||
font-size: $exampleFontSize;
|
||||
font-family: $exampleFontFamily;
|
||||
color: $exampleTextColor;
|
||||
|
||||
padding: 0 0.5rem;
|
||||
background-color: lighten($exampleBgColor, 15%);
|
||||
border-radius: 4px;
|
||||
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.argument-details {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue