diff --git a/src/App.css b/src/App.css index 8585800..3f3df4e 100644 --- a/src/App.css +++ b/src/App.css @@ -1,9 +1,9 @@ :root { --main: #943EC5; - --main-dark: #8537B1; --text: #212121; --background: #fff; --scrollbar: #ccc; + --icon: #AAB7B8; } body { @@ -15,6 +15,14 @@ body { margin-right: 2px; } +a { + color: var(--icon); +} + +a:hover { + color: var( --main); +} + .header { width: 100%; display: flex; @@ -31,6 +39,8 @@ body { .menu { display: flex; align-items: center; + justify-content: space-between; + width: 52px; margin: 0 6px 0 0; } @@ -49,7 +59,7 @@ tr { } tr:hover { - color: var(--main-dark); + color: var(--main); cursor: pointer; } diff --git a/src/App.jsx b/src/App.jsx index 8a5130c..5dc1290 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -62,8 +62,12 @@ const App = () => {