More consistent named colour variables.

This commit is contained in:
seven-phases-max
2014-01-23 16:08:10 +04:00
parent 8580ff8c10
commit 3322609de5
24 changed files with 92 additions and 91 deletions

View File

@@ -48,7 +48,7 @@
.selector,
.lots,
.comments {
color: #808080, /* blue */ #ffa500;
color: grey, /* blue */ orange;
-webkit-border-radius: 2px /* webkit only */;
-moz-border-radius: 8px /* moz only with operation */;
}
@@ -56,7 +56,7 @@
color: 1px;
}
#last {
color: #0000ff;
color: blue;
}
/* */
/* { */