mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
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:
parent
2d4afa6845
commit
b42988a244
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user