diff --git a/src/styles/index.scss b/src/styles/index.scss index f709875..cf4d7f7 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -19,12 +19,12 @@ table { border: 1px solid #111111; padding: 8px; } - tr:nth-child(even){background-color: #323232;} - tr:nth-child(even){background-color: #323232;} + tr:nth-child(odd){background-color: #333333;} + tr:nth-child(even){background-color: #141414;} tr:hover {background-color: #454545;} th { padding-top: 12px; - padding-bottom: 12px; + padding-bottom: 12pqx; text-align: left; background-color: #070707; color: white; @@ -52,6 +52,19 @@ header { .header-content { max-width: 1200px; margin: auto; + display: flex; + align-items: center; + justify-content: space-between; + .end { + display: flex; + gap: 6px; + a { + text-decoration: none; + background: #373737; + border-radius: 6px; + padding: 8px 16px; + } + } } } @@ -76,9 +89,6 @@ header { } } .document { - background: #232323; - border-radius: 4px; - padding: 12px 24px; height: max-content; img { width: 100%;