mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-02 22:01:52 +00:00
Added primary color alfa and tables color
This commit is contained in:
committed by
Alejandro Celaya
parent
13c681dc39
commit
53f16ac8b5
@@ -18,9 +18,12 @@ $mediumGrey: #dee2e6;
|
||||
|
||||
// Themes
|
||||
$lightPrimaryColor: #ffffff;
|
||||
$lightPrimaryColorAlfa: rgba($lightPrimaryColor, .5);
|
||||
$lightSecondaryColor: $lightColor;
|
||||
$lightTextColor: #212529;
|
||||
|
||||
$darkPrimaryColor: #161b22;
|
||||
$darkPrimaryColorAlfa: rgba(#161b22, .5);
|
||||
$darkSecondaryColor: #0d1117;
|
||||
$darkTextColor: #ffffff;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user