From c061934f232d25bf05a0728b70f1ca3b78bcda55 Mon Sep 17 00:00:00 2001 From: Cyrille Bollu Date: Thu, 19 Jan 2023 16:16:50 +0100 Subject: [PATCH] fixes link to variable.scss file fixes link to variable.scss file Signed-off-by: Cyrille Bollu --- developer_manual/html_css_design/css.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/html_css_design/css.rst b/developer_manual/html_css_design/css.rst index 62bdbc25d..7c5c92607 100644 --- a/developer_manual/html_css_design/css.rst +++ b/developer_manual/html_css_design/css.rst @@ -21,7 +21,7 @@ CSS variables App developers should use CSS4 variables so you get the values which Nextcloud defines. This way you can be sure that the theming and accessibility app can dynamically adjust the values. A list of available variables is listed in the server repository: -https://github.com/nextcloud/server/blob/master/core/css/css-variables.scss +https://github.com/nextcloud/server/blob/master/core/css/variables.scss .. _cssicons: