feat: add remembered theme. e76c245a61

This commit is contained in:
jaywcjlove
2022-10-01 04:00:08 +00:00
parent a161c30ee2
commit 325029b5c1
24 changed files with 185 additions and 25 deletions

View File

@ -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;