﻿
/* 
    Use this CSS file to override any Sharepoint or BSD core themable styles. This file respect color variables and image re-coloring. 
    Make sure that any images that you reference in this file for re-coloring are your own and not *references* to existing SharePoint 
    or global BSD images. If you want to use an existing image make copies of the original images in your own sub-directory in /Style Library/. 

    * Important! Any changes that are made to this file will not automatically show up until the theme is re-applied. 
                 You can do this in Site Settings > Change the look > Select and apply the theme even if it's the same theme.
*/.example-theme-class {      font-family: "Arial",Arial, sans-serif;      background-color:#FDBB30;     background-image: url(images/some-image.png); /* This reference assumes some-image.png is located: Style Library/images/ */}