diff options
author | Mario <mario@mariovavti.com> | 2021-06-07 18:38:54 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-07 18:38:54 +0000 |
commit | 219d47f04c7bb04dcc241b9ed6ca411fc9653f09 (patch) | |
tree | d6f066094231e11f073dfa5ec27bf4ccd82c2e68 /view/css | |
parent | 750721c1a0b501422924f086899d70139d8b0233 (diff) | |
download | volse-hubzilla-219d47f04c7bb04dcc241b9ed6ca411fc9653f09.tar.gz volse-hubzilla-219d47f04c7bb04dcc241b9ed6ca411fc9653f09.tar.bz2 volse-hubzilla-219d47f04c7bb04dcc241b9ed6ca411fc9653f09.zip |
bs5: more fixes
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 122bb5904..79817ebd0 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -57,3 +57,7 @@ nav .dropdown-menu { label { font-weight: bold; } + +a { + text-decoration: none !important; +} |