diff --git a/agdb_web/styles/global.scss b/agdb_web/styles/global.scss index 7e8ba9ba9..2561a19e9 100644 --- a/agdb_web/styles/global.scss +++ b/agdb_web/styles/global.scss @@ -41,3 +41,10 @@ body { margin: 1rem 0; flex-wrap: wrap; } + +.nx-underline { + text-decoration: none; + &:hover { + text-decoration: underline; + } +}