@import "../variables.less"; // Navigation bar nav { padding-bottom: 8px; border-bottom: double @bodyTextColor; text-align: center; font-family: Sans; a, a:visited { margin: 0 0.5em; font-size: 24px; text-decoration: none; color: @bodyTextColor; } .brand-name { text-align: center; display: block; font-weight: bold; font-size: 32px; color: @bodyTextColor; margin-bottom: 8px; } } // Generic links a, a:visited { color: @linkColor; }