create default stylesheet #27

This commit is contained in:
piensaenpixel 2016-01-27 16:00:57 +01:00
parent ea648f146d
commit fae5428354
5 changed files with 14 additions and 9 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,14 @@
// Default classes
// ----------------------------------------------
@import '../cdb-variables/colors';
a {
color: $cBlue;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

View File

@ -60,12 +60,3 @@ button {
dd, dt {
display: inline-block;
}
a {
text-decoration: none;
color: $cBlue;
}
a:hover {
text-decoration: underline;
}