Variables
Lesson 4Author : 🦒
Last Updated : October, 2017
Code
@theme-color: blue;
header{
color: @theme-color;
}
footer {
color: @theme-color;
}
button {
background-color: @theme-color;
}
@theme-color: blue;
header{
color: @theme-color;
}
footer {
color: @theme-color;
}
button {
background-color: @theme-color;
}