summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/broadcast_messages.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/broadcast_messages.scss')
-rw-r--r--app/assets/stylesheets/framework/broadcast_messages.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/broadcast_messages.scss b/app/assets/stylesheets/framework/broadcast_messages.scss
index 58f986ec0ae..a0bfca79dc3 100644
--- a/app/assets/stylesheets/framework/broadcast_messages.scss
+++ b/app/assets/stylesheets/framework/broadcast_messages.scss
@@ -14,11 +14,14 @@
}
.broadcast-banner-message {
- text-align: center;
-
p {
margin-bottom: 0;
}
+
+ a {
+ color: inherit;
+ text-decoration: underline;
+ }
}
.broadcast-notification-message {