diff --git a/frontend/src/components/Chain/Tab.css b/frontend/src/components/Chain/Tab.css index 994fc07e..b8b963a8 100644 --- a/frontend/src/components/Chain/Tab.css +++ b/frontend/src/components/Chain/Tab.css @@ -32,6 +32,7 @@ along with this program. If not, see . .Chain-Tab:hover { background: #fff; + color: #000; } .Chain-Tab-on, diff --git a/frontend/src/components/List/Row.css b/frontend/src/components/List/Row.css index d6e9564b..e72be591 100644 --- a/frontend/src/components/List/Row.css +++ b/frontend/src/components/List/Row.css @@ -17,12 +17,13 @@ along with this program. If not, see . */ .Row { - color: #b5aeae; + color: #000; + background-color: #fff; cursor: pointer; } .Row-synced { - color: #fff; + color: #000; } .Row-pinned td:first-child { @@ -42,9 +43,9 @@ along with this program. If not, see . } .Row-stale { - color: #555; + color: #666; } -.Row:hover { +/* .Row:hover { background-color: #1e1e1e; -} +} */ diff --git a/frontend/src/components/Stats/Stats.css b/frontend/src/components/Stats/Stats.css index 5c3a983f..fe2b8eda 100644 --- a/frontend/src/components/Stats/Stats.css +++ b/frontend/src/components/Stats/Stats.css @@ -41,14 +41,14 @@ along with this program. If not, see . } .Stats-percent { - width: 6em; + width: 50%; text-align: right; padding-left: 0.5rem; padding-right: 1rem; } .Stats-count { - width: 6.5em; + width: 50%; text-align: right; padding-right: 1.5rem; border-right: 1px solid black;