Skip to content

Commit

Permalink
Fix setting styles for banner links only
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw committed May 3, 2022
1 parent dca627d commit c41ec2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Resources/views/_banner.html.twig
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<!-- start_swu -->
<style>
a {
.swu_container a {
display: block;
color: white;
text-decoration: none;
}
a:hover {
.swu_container a:hover {
color: white;
text-decoration: underline;
}
.text-left {
.swu_container .text-left {
text-align: left;
}
.text-right {
.swu_container .text-right {
text-align: right;
}
.swu_container {
Expand Down

0 comments on commit c41ec2c

Please sign in to comment.