diff --git a/app/assets/stylesheets/participacion.scss b/app/assets/stylesheets/participacion.scss index 6c498adcc..0b027001b 100644 --- a/app/assets/stylesheets/participacion.scss +++ b/app/assets/stylesheets/participacion.scss @@ -773,6 +773,12 @@ form { background-color: $warning-bg; border-color: $warning-border; color: $warning-color; + + a { + color: $warning-color; + font-weight: bold; + text-decoration: underline; + } } &.alert { diff --git a/app/views/debates/show.html.erb b/app/views/debates/show.html.erb index 8fab71128..64fb4d9d8 100644 --- a/app/views/debates/show.html.erb +++ b/app/views/debates/show.html.erb @@ -61,6 +61,12 @@