Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
383
Merge Requests
56
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
79005ae5
Commit
79005ae5
authored
13 minutes ago
by
Marcelo Rivera
Browse files
Options
Download
(fix): marketing points colours in dark mode
parent
24894bf7
fix/product-pages-design-2232
1 merge request
!676
CR Product Pages
Pipeline
#106378884
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/app/common/components/marketing/styles/style-2.scss
View file @
79005ae5
...
...
@@ -79,6 +79,9 @@
@include
m-theme
()
{
color
:
themed
(
$m-grey-300
);
}
@include
m-on-theme
(
dark
)
{
color
:
#b7b7b7
;
}
}
}
...
...
This diff is collapsed.
Please
register
or
sign in
to comment