website
Diffstat (limited to 'style/chess.css')
| -rw-r--r-- | style/chess.css | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/style/chess.css b/style/chess.css index 6a7b6a5..808d912 100644 --- a/style/chess.css +++ b/style/chess.css @@ -1,3 +1,5 @@ +@import "/style/bouncy-screenshots.css"; + .header { font-size: 2em; } @@ -14,12 +16,3 @@ padding: 15px; text-align: center; } - -.screenshot { - border-radius: 15px; - border: 5px solid var(--background-color); -} - -.screenshot_list { - padding: 20px 0; -} |