@import url("http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700"); @import url("http://fonts.googleapis.com/css?family=Exo:200,400,700"); @import url("http://fonts.googleapis.com/css?family=Titillium+Web:200,400,700"); /** * Stylesheet * * @namespace Lungo.Theme * @class Default * * @author Javier Jimenez Villar || @soyjavi */ .app { background: #000; font-family: "Titillium Web", "Exo", "Open Sans Condensed", Helvetica, Arial, sans-serif; } .theme, li.theme, a.theme { background: #25aeeb; } .theme:active, li.theme:active, a.theme:active { background: #2a95d3; } /* @group
&