##// END OF EJS Templates
front-end: fix documentation regarding theme.less file...
Thomas De Schampheleire -
r7751:3b54bcf6 default
parent child Browse files
Show More
@@ -24,6 +24,7 b' syntax: regexp'
24 24 ^\.coverage$
25 25 ^kallithea/front-end/node_modules$
26 26 ^kallithea/front-end/package-lock\.json$
27 ^kallithea/front-end/theme\.less$
27 28 ^kallithea/front-end/tmp$
28 29 ^kallithea/public/codemirror$
29 30 ^kallithea/public/css/select2-spinner\.gif$
@@ -41,7 +42,6 b' syntax: regexp'
41 42 ^kallithea/public/js/jquery\.flot\.time\.js$
42 43 ^kallithea/public/js/jquery\.min\.js$
43 44 ^kallithea/public/js/select2\.js$
44 ^theme\.less$
45 45 ^kallithea\.db$
46 46 ^test\.db$
47 47 ^Kallithea\.egg-info$
@@ -23,10 +23,11 b' Style sheet customization with Less'
23 23
24 24 Kallithea uses `Bootstrap 3`_ and Less_ for its style definitions. If you want
25 25 to make some customizations, we recommend to do so by creating a ``theme.less``
26 file. When you create a file named ``theme.less`` in the Kallithea root
27 directory, you can use this file to override the default style. For example,
28 you can use this to override ``@kallithea-theme-main-color``,
29 ``@kallithea-logo-url`` or other `Bootstrap variables`_.
26 file. When you create a file named ``theme.less`` in directory
27 ``kallithea/front-end/`` inside the Kallithea installation, you can use this
28 file to override the default style. For example, you can use this to override
29 ``@kallithea-theme-main-color``, ``@kallithea-logo-url`` or other `Bootstrap
30 variables`_.
30 31
31 32 After creating the ``theme.less`` file, you need to regenerate the CSS files, by
32 33 running::
General Comments 0
You need to be logged in to leave comments. Login now