Skip to content

Commit

Permalink
Layout Block: Enforce Default Link Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGStapleton committed Oct 29, 2024
1 parent f83ae78 commit f800008
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/admin.less
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,15 @@
// Prevent display issues when the editor has a darker background.
.so-builder-container {
background: #fff;

a:not(.so-tool-button):not([class^="so-row-"]) {
color: #2271b1;

&:hover,
&:focus {
color: #1e1e1e;
}
}
}
}
}
Expand Down

0 comments on commit f800008

Please sign in to comment.