mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
Code blocks colour
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
@@ -37,4 +37,10 @@
|
|||||||
}
|
}
|
||||||
.rst-versions .rst-current-version .fa-caret-down {
|
.rst-versions .rst-current-version .fa-caret-down {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Code blocks */
|
||||||
|
.highlight {
|
||||||
|
/* nc blue */
|
||||||
|
background: rgba(0, 130, 201, 0.1)
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user