/** * Stylesheet * * @namespace Lungo.Theme * @class Default * * @author Javier Jimenez Villar || @soyjavi */ @import "constants.less"; // @import "lungo.theme.default.font.less"; @theme: #0093D5; @theme-light: #39ABE1; @theme: #2A95D3; @theme-light: #25AEEB; @theme-dark: #222; @theme-dark-current: #111; @theme-dark-nav: #888; @theme-dark-nav-active: #fff; @aside: #191919; @color: #484a49; @form-border-radius: 1px; .app { background: #000; font-family: "Roboto", Helvetica, Arial, sans-serif; } .theme, li.theme, a.theme { background: @theme-light; &:active { background: @theme;} } /* @group
&