Initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
body {
|
||||
font-family: "Segoe UI", Tahoma, Vazirmatn, sans-serif;
|
||||
}
|
||||
|
||||
.guide-content h5 {
|
||||
margin-top: 1rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.guide-content ul {
|
||||
padding-right: 1.25rem;
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.card-footer form {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: 0.85em;
|
||||
}
|
||||
Reference in New Issue
Block a user