mirror of https://github.com/sunface/rust-course
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
307 B
8 lines
307 B
6 years ago
|
@text-default-color: rgba(0, 0, 0, .84);
|
||
|
@text-second-color: rgba(0, 0, 0, .54);
|
||
|
@nav-color: rgba(0,0,0,.70);
|
||
|
@text-enter-more-color: rgb(150, 150, 150);
|
||
|
@text-annotation-color: rgb(180, 180, 180);
|
||
|
@topic-text-color: white;
|
||
|
@topic-annotation-color: rgba(255, 255, 255, .7);
|
||
|
@menu-item-active-color: #f0f0f0;
|