Make the default card colors look less like rainbow vomit
This commit is contained in:
@@ -113,23 +113,23 @@ html {
|
||||
}
|
||||
|
||||
.defaultCardBackground1 {
|
||||
background-color: #d2b019;
|
||||
background-color: #00455c;
|
||||
}
|
||||
|
||||
.defaultCardBackground2 {
|
||||
background-color: #338abb;
|
||||
background-color: #44bae1;
|
||||
}
|
||||
|
||||
.defaultCardBackground3 {
|
||||
background-color: #6b689d;
|
||||
background-color: #00a4db;
|
||||
}
|
||||
|
||||
.defaultCardBackground4 {
|
||||
background-color: #dd452b;
|
||||
background-color: #1c4c5c;
|
||||
}
|
||||
|
||||
.defaultCardBackground5 {
|
||||
background-color: #5ccea9;
|
||||
background-color: #007ea8;
|
||||
}
|
||||
|
||||
.cardText-secondary,
|
||||
|
||||
Reference in New Issue
Block a user