merge named-colors patch

This commit is contained in:
Alexis Sellier
2011-12-10 13:41:20 +01:00
16 changed files with 208 additions and 24 deletions

View File

@@ -50,3 +50,16 @@
#00ff00 {
color: hsl(120, 100%, 50%);
}
.lightenblue {
color: lighten(blue, 10%);
}
.darkenblue {
color: darken(blue, 10%);
}
.unknowncolors {
color: blue2;
border: 2px solid superred;
}