fix typo in markup to repair code block

the code block was invisible through the typo:
https://docs.nextcloud.com/server/12/developer_manual/core/theming.html#changing-the-default-colours
This commit is contained in:
lioff 2017-06-29 23:48:13 +02:00 committed by Morris Jobke
parent 2d4afa6845
commit b42988a244

View File

@ -114,13 +114,13 @@ Changing the default colours
You can inject custom variables into the SCSS generator to apply colors to the default css code by adding the following method to defaults.php:
.. code-clock:: php
.. code-block:: php
public function getScssVariables() {
return [
'color-primary' => '#745bca'
];
}
public function getScssVariables() {
return [
'color-primary' => '#745bca'
];
}
The following variables can be overwritten: