Show More
@@ -1,10 +1,10 b'' | |||
|
1 | 1 | |
|
2 | 2 | // Our own variables for this page |
|
3 | 3 | |
|
4 |
@cell_selected_background: |
|
|
5 |
@cell_background: |
|
|
6 |
@border_color: |
|
|
7 |
@light_border_color: |
|
|
8 |
@border_width: |
|
|
4 | @cell_selected_background: darken(@bodyBackground, 2%); | |
|
5 | @cell_background: darken(@bodyBackground, 3.2%); | |
|
6 | @border_color: darken(@cell_selected_background, 31%); | |
|
7 | @light_border_color: darken(@cell_selected_background, 17%); | |
|
8 | @border_width: 1px; | |
|
9 | 9 | @code_padding: 0.4em; |
|
10 | 10 |
General Comments 0
You need to be logged in to leave comments.
Login now