mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: change memo card's bg color (#471)
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
> .layer-container,
|
> .layer-container,
|
||||||
> .background-layer-container {
|
> .background-layer-container {
|
||||||
@apply bg-amber-100;
|
@apply bg-white;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -3px;
|
bottom: -3px;
|
||||||
left: 3px;
|
left: 3px;
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
> .layer-container {
|
> .layer-container {
|
||||||
@apply bg-amber-100;
|
@apply bg-white;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
border: 1px solid lightgray;
|
border: 1px solid lightgray;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Reference in New Issue
Block a user