<%_ if (!rootOptions.router) { _%> <%_ if (!rootOptions.bare) { _%> <%_ } _%> <%_ } else { _%> <%_ } _%> <%_ if (!rootOptions.bare) { _%> <%_ if (rootOptions.cssPreprocessor !== 'stylus') { _%> > #app { font-family: 'Avenir', Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; color: #2c3e50; <%_ if (!rootOptions.router) { _%> margin-top: 60px; <%_ } _%> } <%_ if (rootOptions.router) { _%> <%_ if (!rootOptions.cssPreprocessor) { _%> #nav { padding: 30px; } #nav a { font-weight: bold; color: #2c3e50; } #nav a.router-link-exact-active { color: #42b983; } <%_ } else { _%> #nav { padding: 30px; a { font-weight: bold; color: #2c3e50; &.router-link-exact-active { color: #42b983; } } } <%_ } _%> <%_ } _%> <%_ } else { _%> <%_ } _%> <%_ } _%>