mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-11 18:13:47 +00:00
More standardization color changes
This commit is contained in:
@@ -6,7 +6,7 @@ html,
|
||||
body,
|
||||
#root {
|
||||
height: 100%;
|
||||
background: #f5f6fe;
|
||||
background: $lightColor;
|
||||
}
|
||||
|
||||
* {
|
||||
@@ -44,6 +44,10 @@ body,
|
||||
background-color: $mainColor;
|
||||
}
|
||||
|
||||
.table-hover tbody tr:hover {
|
||||
background-color: $lightColor;
|
||||
}
|
||||
|
||||
.react-datepicker__input-container,
|
||||
.react-datepicker-wrapper {
|
||||
display: block !important;
|
||||
|
||||
Reference in New Issue
Block a user