
/* E-LINE USER CSS
** 
** Use this file in order to add your own custom CSS to the site.
**
** If you wish to use a minified version of this file, take this file and minify it using a CSS minifier.
** Then upload the minified version, the site will automatically use the minified version.
*/

/* CSS variables
** Add already existing CSS variables from the user theme CSS variables, 
** or your own custom CSS variables, within the ":root" selector below.
** 
** How to use the variables:
** 1. Copy the variable including the value from "user-theme.css" file.
** 2. Paste the variable within the ":root" selector below.
** 3. Replace the value of the variable to the desired value.
** 4. Remove the comment markup from the variable.
** 5. After the file is saved it can be uploaded to the server.
*/
:root {
    /* Add CSS variables here... */
}