diff options
Diffstat (limited to 'amelia/bootstrap.css')
-rw-r--r-- | amelia/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amelia/bootstrap.css b/amelia/bootstrap.css index 7372f150..f9046b72 100644 --- a/amelia/bootstrap.css +++ b/amelia/bootstrap.css @@ -6210,8 +6210,8 @@ button.close { .table-responsive > .table { background-color: transparent; } -table a, -.table a { +table a:not(.btn), +.table a:not(.btn) { color: #fff; text-decoration: underline; } |