Skip to content

Commit

Permalink
fix: back to black
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB committed Mar 11, 2024
1 parent 07754c5 commit 6a5a81f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions theme/ItaliaTheme/Subsites/ItaliaTheme/_common.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@use '../all_variables' as *;

@mixin common($subsite-tertiary, $subsite-tertiary-text, $subsite-link-color) {
@mixin common($subsite-tertiary, $subsite-tertiary-text) {
.btn-tertiary {
@include button-variant($subsite-tertiary, $subsite-tertiary-text);

Expand All @@ -25,6 +25,6 @@
}
// simple list bullet color
.simple-list-template ul li::marker {
color: $subsite-link-color;
color: $body-color;
}
}
6 changes: 1 addition & 5 deletions theme/ItaliaTheme/Subsites/_mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,7 @@
$subsite-tertiary,
$subsite-link-color
);
@include it-common.common(
$subsite-tertiary,
$subsite-tertiary-text,
$subsite-link-color
);
@include it-common.common($subsite-tertiary, $subsite-tertiary-text);

a,
&.cms-ui .public-ui a {
Expand Down

0 comments on commit 6a5a81f

Please sign in to comment.