Update colour
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
/* Color scheme from https://material.io/resources/color/#!/?view.left=0&view.right=0&primary.color=212121&secondary.color=263238 */
|
/* Color scheme from https://material.io/resources/color/#!/?view.left=0&view.right=1&primary.color=212121&secondary.color=263238 */
|
||||||
.primary-color {
|
.primary-color {
|
||||||
background-color: #212121 !important;
|
background-color: #683400 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary-color-light {
|
.primary-color-light {
|
||||||
background-color: #484848 !important;
|
background-color: #9a5e2c !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.primary-color-dark {
|
.primary-color-dark {
|
||||||
background-color: #000000 !important;
|
background-color: #3d0b00 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.secondary-color {
|
.secondary-color {
|
||||||
|
|||||||
Reference in New Issue
Block a user