Skip to content

Commit 8343167

Browse files
committed
fix: adjust specificity to override defaults better
1 parent 58ba2c1 commit 8343167

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/styles/core.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/* Core styles for Carbon Visualizer extension */
22

3-
:where(#carbon-visualizer-welcome-panel,
4-
#carbon-visualizer-welcome-panel *,
5-
#carbon-visualizer-welcome-panel *::before,
6-
#carbon-visualizer-welcome-panel *::after) {
3+
#carbon-visualizer-welcome-panel,
4+
.cv-panel :where(*, *::before, *::after) {
75
all: revert;
86
}
97

src/styles/welcome.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131
flex-direction: column;
3232
gap: 0.75rem;
3333
margin-bottom: 2rem;
34+
padding-inline: 0;
3435
}
3536
}

0 commit comments

Comments
 (0)