diff options
Diffstat (limited to 'src/style.css')
-rw-r--r-- | src/style.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/style.css b/src/style.css index e4eb8a5..54ea856 100644 --- a/src/style.css +++ b/src/style.css @@ -54,9 +54,11 @@ code { border-radius: 4px; border: 1px solid rgba(255, 255, 255, 0.12); } - -.SolutionCard { - border: 1px solid rgba(255, 255, 255, 0.12); - padding: 4px; - margin: 8px; +table { + width: 100%; + border-collapse: collapse; } +table tr:nth-child(2n) { + background: #1d2021; +} + |