diff options
Diffstat (limited to 'alias-angular/app/css/less/scaffolding.less')
| -rw-r--r-- | alias-angular/app/css/less/scaffolding.less | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/alias-angular/app/css/less/scaffolding.less b/alias-angular/app/css/less/scaffolding.less new file mode 100644 index 0000000..57c74ed --- /dev/null +++ b/alias-angular/app/css/less/scaffolding.less @@ -0,0 +1,29 @@ +// Scaffolding +// Basic and global styles for generating a grid system, structural layout, and page templates +// ------------------------------------------------------------------------------------------- + + +// Body reset +// ---------- + +body { + margin: 0; + font-family: @baseFontFamily; + font-size: @baseFontSize; + line-height: @baseLineHeight; + color: @textColor; + background-color: @bodyBackground; +} + + +// Links +// ----- + +a { + color: @linkColor; + text-decoration: none; +} +a:hover { + color: @linkColorHover; + text-decoration: underline; +} |
