diff --git a/app/assets/stylesheets/components/base.css b/app/assets/stylesheets/components/base.css index 991a296..5f207af 100644 --- a/app/assets/stylesheets/components/base.css +++ b/app/assets/stylesheets/components/base.css @@ -61,12 +61,10 @@ @apply leading-6; } - main a:not(nav > *), - main a:not([data-tabs-target="tab"] { + main a:not(nav > *) { @apply text-blue-600; &:hover { @apply underline; } &:visited { @apply text-indigo-600; } &:active { @apply text-red-600; } } - } diff --git a/app/views/services/chat/show.html.erb b/app/views/services/chat/show.html.erb index 7e749b1..f048913 100644 --- a/app/views/services/chat/show.html.erb +++ b/app/views/services/chat/show.html.erb @@ -62,35 +62,30 @@