diff options
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/less/variables.less b/less/variables.less index 2b82998dc..060e0c97e 100644 --- a/less/variables.less +++ b/less/variables.less @@ -28,7 +28,7 @@ // Scaffolding // ------------------------- -@body-background: #fff; +@body-bg: #fff; @text-color: @grayDark; // Links @@ -74,9 +74,9 @@ // Tables // ------------------------- -@table-background: transparent; // overall background-color -@table-background-accent: #f9f9f9; // for striping -@table-background-hover: #f5f5f5; // for hover +@table-bg: transparent; // overall background-color +@table-bg-accent: #f9f9f9; // for striping +@table-bg-hover: #f5f5f5; // for hover @table-border: #ddd; // table and cell border |
