Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderby committed May 14, 2024
1 parent d3f12d0 commit 4c7bc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/dynamic-theme-fixes.config
Original file line number Diff line number Diff line change
Expand Up @@ -18295,7 +18295,7 @@ CSS
background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .8)) !important;
}
[data-theme="light"] h1.special {
background-image: linear-gradient(180deg, ${#2c3437}, ${rgba(44, 52, 55, .8)}); !important;
background-image: linear-gradient(180deg, ${#2c3437}, ${rgba(44, 52, 55, .8)}) !important;
}

================================
Expand Down

0 comments on commit 4c7bc99

Please sign in to comment.