Skip to content

Commit

Permalink
Fix theme's selector for links (was interfering with Quasar inner links)
Browse files Browse the repository at this point in the history
  • Loading branch information
protozoo committed Nov 1, 2024
1 parent 6ba5ba3 commit 45d2f47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assets/css/theme-default-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
--q-black: var(--st-color-black);
--q-dark-page: var(--st-color-dark-page);
}
:root.stipple-core a{
a{
color: var(--st-color-primary);
}
:root.stipple-core h1{
Expand Down
12 changes: 6 additions & 6 deletions assets/css/theme-default-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
--q-black: var(--st-color-black);
--q-dark-page: var(--st-color-dark-page);
}
:root.stipple-core a{
a{
color: var(--st-color-primary);
}
:root.stipple-core h1{
Expand Down Expand Up @@ -247,11 +247,11 @@
PLOTLY
================================================================== */
.plot-container.plotly svg.main-svg{
background: none !important;
}
.plot-container.plotly svg.main-svg g.infolayer g.legend rect.bg{
fill: none !important;
}
background: none !important;
}
.plot-container.plotly svg.main-svg g.infolayer g.legend rect.bg{
fill: none !important;
}
.plot-container.plotly svg.main-svg g.infolayer g.rangeslider-container rect.rangeslider-bg{
fill: #00000030 !important;
}
Expand Down

0 comments on commit 45d2f47

Please sign in to comment.