mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-05 06:03:28 +00:00
15 lines
166 B
SCSS
Executable File
15 lines
166 B
SCSS
Executable File
// Colors
|
|
|
|
$background-color: #eef2f5;
|
|
|
|
$links: #4078c0;
|
|
$links-gray: #666;
|
|
|
|
$tab-active: #5fc48d;
|
|
|
|
$lightgray: #e5e5e5;
|
|
|
|
$border-color: #eee;
|
|
|
|
$pagination: #a187d5;
|