Skip to content

Commit

Permalink
Issue #5106 - link styling fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Nov 16, 2023
1 parent d50f3c7 commit bf3ba04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e107_themes/bootstrap3/css/bootstrap-dark.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ h1,h2,h3,h4,h5,h6{text-shadow:-1px -1px 0 rgba(0,0,0,.3)}
.text-success,.text-success:hover{color:#51a351}
.text-danger,.text-danger:hover{color:#ee5f5b}
.text-warning,.text-warning:hover{color:#f89406}
.text-info,.text-info:hover{color:#5bc0de}
.text-info,.text-info:hover{color:#5bc0de !important}
.table a{text-decoration:underline}
.table .danger,.table .info,.table .success,.table .warning{color:#fff}
.table-bordered tbody tr.danger td,.table-bordered tbody tr.danger:hover td,.table-bordered tbody tr.success td,.table-bordered tbody tr.success:hover td,.table-bordered tbody tr.warning td,.table-bordered tbody tr.warning:hover td{border-color:#0a0a0a}
Expand Down

0 comments on commit bf3ba04

Please sign in to comment.