feat: better default banner opacity on dark mode
This commit is contained in:
parent
c593085877
commit
aa4d10655e
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ html[data-theme="dark"] {
|
|||
.page-banner {
|
||||
.page-banner-img {
|
||||
& > *:first-child {
|
||||
opacity: 0.8;
|
||||
opacity: 0.718;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue