diff options
Diffstat (limited to 'darkly/bootstrap.css')
-rw-r--r-- | darkly/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/darkly/bootstrap.css b/darkly/bootstrap.css index 2df24b28..7b541ab9 100644 --- a/darkly/bootstrap.css +++ b/darkly/bootstrap.css @@ -6219,8 +6219,8 @@ button.close { .text-info:hover { color: #3498db; } -table a, -.table a { +table a:not(.btn), +.table a:not(.btn) { text-decoration: underline; } table .success, |