mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
High contrast mode findings (#1892)
Fixes most of the flaws in high contrast mode.
This commit is contained in:
@@ -170,8 +170,8 @@ const Content: FC<Props> = ({ file, repository, revision, breadcrumb, error }) =
|
||||
if (!collapsed) {
|
||||
return (
|
||||
<>
|
||||
<div className="panel-block has-background-white-bis">
|
||||
<table className="table has-background-white-bis">
|
||||
<div className="panel-block has-background-secondary-less">
|
||||
<table className="table has-background-secondary-less">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>{t("sources.content.path")}</td>
|
||||
|
||||
Reference in New Issue
Block a user