Skip to content

Instantly share code, notes, and snippets.

View FerreiraPablo's full-sized avatar

Pablo Ferreira FerreiraPablo

View GitHub Profile
@FerreiraPablo
FerreiraPablo / Theme.css
Created October 15, 2019 16:50
Basic Partial Bootstrap Theme
:root {
--accentColor : #6562B7;
--accentHighlightColor : #6562B7;
--textColor : #6562B7;
--accentOpaqueColor : rgba(0, 73, 144, 0.15);
}
.shadow-primary {
box-shadow: 0 7px 40px rgba(0, 73, 144, 0.15);