/* ===================================================================
 *
 * My Site Audit https://mysiteaudit.com
 *
 * Created: 11/20/15
 * Package: Styles/ Theme
 * File: theme.css
 * Author: Kyle Benk
 *
 *
 * Copyright 2015
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * ================================================================= */

/* ===================================================================
 *
 * This theme is baed on the My Site Audit color palette.
 *
 * Source: http://www.color-hex.com/color-palette/12493
 *
 * ================================================================= */

/* Text */

.mas-text-default {
	color: #333;
}

.msa-text-primary {
	color: #a532f7;
}

.msa-text-success {
	color: #357f26;
}

.msa-text-warning {
	color: #f7a532;
}

.msa-text-danger {
	color: #FA421F;
}

.msa-text-info {
	color: #26357f;
}