Skip to content

Commit

Permalink
Update contao-lesbares-css-framework-bundle.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
heimseiten authored Jun 22, 2024
1 parent 25aff53 commit 3e0db68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/contao-lesbares-css-framework-bundle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ body #wrapper #container .AbstandNegativLinksXXXL { margin-left: calc( -1 * var(
html body .content-text {
--button_border_color: var(--color_1, #000);
--button_border_width: 1px;
--button_border_radius: .25em;
--button_border_radius: var(--button_border_radius, var(--border_radius, .25em));
--button_font_color: var(--color_1, #000);
--button_hover_font_color: #fff;
--button_background_color: transparent;
Expand Down

0 comments on commit 3e0db68

Please sign in to comment.