mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
new document card dark mode
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
}
|
||||
.card.newDocumentCard {
|
||||
background-color: $light-gray5;
|
||||
color: $dark-gray2;
|
||||
color: $gray2;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@@ -90,6 +90,10 @@
|
||||
color: $light-gray1;
|
||||
}
|
||||
}
|
||||
.card.newDocumentCard {
|
||||
background-color: $dark-gray3;
|
||||
color: $gray1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user