mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
5 lines
65 B
Text
5 lines
65 B
Text
|
@white_colour: #fff;
|
||
|
|
||
|
#main {
|
||
|
background-color: @white_colour;
|
||
|
}
|