mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-23 07:21:31 +08:00
feat: add remembered theme. e76c245a61
This commit is contained in:
@ -287,8 +287,7 @@ body.home .h1wrap p {
|
||||
border-radius: 0.5rem;
|
||||
padding: 1rem;
|
||||
box-shadow: 0 0 #0000,0 0 #0000,0 1px 2px 0 rgba(0,0,0,0.05);
|
||||
--text-opacity: 1;
|
||||
color: rgb(203 213 225/var(--text-opacity));
|
||||
color: var(--color-fg-default);
|
||||
--bg-opacity: 0.5;
|
||||
background-color: rgb(62 69 72/var(--bg-opacity));
|
||||
transition: all .3s;
|
||||
|
Reference in New Issue
Block a user