mirror of
https://github.com/usememos/memos.git
synced 2025-10-16 17:26:11 +08:00
chore: change memo card's bg color (#471)
This commit is contained in:
parent
ceac53b6d0
commit
5258b0a5b4
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
|||
|
||||
> .layer-container,
|
||||
> .background-layer-container {
|
||||
@apply bg-amber-100;
|
||||
@apply bg-white;
|
||||
position: absolute;
|
||||
bottom: -3px;
|
||||
left: 3px;
|
||||
|
@ -53,7 +53,7 @@
|
|||
}
|
||||
|
||||
> .layer-container {
|
||||
@apply bg-amber-100;
|
||||
@apply bg-white;
|
||||
z-index: 0;
|
||||
border: 1px solid lightgray;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Reference in a new issue