diff options
| author | realtradam <[email protected]> | 2024-06-28 15:37:18 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-28 15:37:18 -0400 |
| commit | d45295ba1ccb9ceb4165cf0b81f60b135a147938 (patch) | |
| tree | 5b87cdc478b214db54781b9375cec1ed9b331c75 /react-frontend/src/index.css | |
| parent | 2cb4da3b12c896b588716c50991a06c9bbb2cdeb (diff) | |
| download | gameHolster-d45295ba1ccb9ceb4165cf0b81f60b135a147938.tar.gz gameHolster-d45295ba1ccb9ceb4165cf0b81f60b135a147938.zip | |
add sidebar
Diffstat (limited to 'react-frontend/src/index.css')
| -rw-r--r-- | react-frontend/src/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/react-frontend/src/index.css b/react-frontend/src/index.css index a90f074..ac216f5 100644 --- a/react-frontend/src/index.css +++ b/react-frontend/src/index.css @@ -2,3 +2,7 @@ @tailwind components; @tailwind utilities; +* { + /*border: 1px solid red;*/ +} + |
