Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #4334

Merged
merged 22 commits into from
Dec 6, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a3b7353
Sync branch [skip ci]
pirate-bot Nov 22, 2024
e487a93
Sync branch [skip ci]
pirate-bot Nov 22, 2024
6f786e5
update screenshots
selul Nov 22, 2024
2f95613
fix e2e
selul Nov 22, 2024
8139115
fix e2e
selul Nov 22, 2024
a5d6bac
disable visual regression tests
selul Nov 22, 2024
9d6cab9
fix: resolved customizer broken layout with LearnPress
girishpanchal30 Nov 25, 2024
4774928
fix: issue with background color and text color
girishpanchal30 Nov 26, 2024
811ae41
chore: revert starter site content
girishpanchal30 Dec 4, 2024
dcb06c5
chore: update screenshot and README.md as per PR#4255
girishpanchal30 Dec 4, 2024
c87ac7f
fix(test): update element selectors
Soare-Robert-Daniel Dec 4, 2024
69ec2a0
Merge pull request #4342 from Codeinwp/fix/e2e-selectors-update
Soare-Robert-Daniel Dec 4, 2024
5c223fc
Merge branch 'development' of girish.github.com:Codeinwp/neve into fe…
girishpanchal30 Dec 5, 2024
1cb1204
Merge pull request #4341 from Codeinwp/feat/pro/2883
vytisbulkevicius Dec 5, 2024
7e3e43e
Merge branch 'development' of girish.github.com:Codeinwp/neve into bu…
girishpanchal30 Dec 6, 2024
b1c224c
Merge branch 'development' of girish.github.com:Codeinwp/neve into bu…
girishpanchal30 Dec 6, 2024
ab2e348
chore: bump ubuntu version
girishpanchal30 Dec 6, 2024
6f2741e
chore: e2e bump ubuntu version
girishpanchal30 Dec 6, 2024
10530cf
fix: revert other changes
girishpanchal30 Dec 6, 2024
ebdaa7d
Merge pull request #4337 from Codeinwp/bugfix/4335
vytisbulkevicius Dec 6, 2024
27ce61f
Merge branch 'development' of girish.github.com:Codeinwp/neve into bu…
girishpanchal30 Dec 6, 2024
ef73124
Merge pull request #4336 from Codeinwp/bugfix/pro/2872
vytisbulkevicius Dec 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: issue with background color and text color
  • Loading branch information
girishpanchal30 committed Nov 26, 2024
commit 477492825c3c08ff1456162f3021d49557aa6fca
1 change: 1 addition & 0 deletions assets/scss/gutenberg-editor-style.scss
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@

&, > * {
background-color: var(--nv-site-bg);
color: var(--nv-text-color);
}

.wp-block {
Loading