feat: Begins work on server documentation.
All checks were successful
CI / release (push) Successful in 5m55s
All checks were successful
CI / release (push) Successful in 5m55s
This commit is contained in:
@@ -147,6 +147,21 @@ article code {
|
||||
@apply bg-amber-700;
|
||||
}
|
||||
|
||||
table,
|
||||
th,
|
||||
td {
|
||||
border: 1px solid;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table {
|
||||
@apply mb-8;
|
||||
}
|
||||
|
||||
table td {
|
||||
@apply px-6;
|
||||
}
|
||||
|
||||
.container {
|
||||
@apply px-10;
|
||||
}
|
||||
@@ -155,3 +170,11 @@ article code {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
@apply border-2 border-blue-600 bg-blue-300 rounded-lg;
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
@apply px-6 pt-6 text-blue-600 font-semibold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user