Skip to content

Commit

Permalink
Update anime.css
Browse files Browse the repository at this point in the history
  • Loading branch information
pompurin404 authored Sep 22, 2024
1 parent d824353 commit d495f26
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions themes/anime.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ html {
}

.bg-default {
opacity: 0.8 !important;
opacity: var(--custom-content1-opacity) !important;
}
.bg-default-100 {
opacity: 0.8 !important;
opacity: var(--custom-content1-opacity) !important;
}
.bg-default-200 {
opacity: 0.8 !important;
opacity: var(--custom-content1-opacity) !important;
}
.bg-content1 {
opacity: var(--custom-content1-opacity) !important;
Expand All @@ -39,13 +39,16 @@ html {
opacity: var(--custom-content2-opacity) !important;
}
.bg-primary {
opacity: 0.8 !important;
opacity: var(--custom-content1-opacity) !important;
}
.bg-primary\/30 {
background-color: hsl(var(--nextui-primary)) !important;
opacity: 0.8 !important;
opacity: var(--custom-content1-opacity) !important;
}
.bg-secondary\/30 {
background-color: hsl(var(--nextui-secondary)) !important;
opacity: 0.8 !important;
opacity: var(--custom-content1-opacity) !important;
}
.main .sticky {
backdrop-filter: blur(8px);
}

0 comments on commit d495f26

Please sign in to comment.