diff options
| author | Fuwn <[email protected]> | 2022-09-23 15:22:00 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-09-23 15:22:00 -0700 |
| commit | 25a13bb256e01eb120d79ec8054a9c89f2ed8f87 (patch) | |
| tree | 03a2d4f656d0c703680a2309a8919879f995b633 /src/app.css | |
| parent | chore(netlify): netlify deploy support (diff) | |
| download | capybara-markets-25a13bb256e01eb120d79ec8054a9c89f2ed8f87.tar.xz capybara-markets-25a13bb256e01eb120d79ec8054a9c89f2ed8f87.zip | |
refactor: simplify
Diffstat (limited to 'src/app.css')
| -rw-r--r-- | src/app.css | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/src/app.css b/src/app.css index ab61613..9d00231 100644 --- a/src/app.css +++ b/src/app.css @@ -25,6 +25,18 @@ --column-margin-top: 4rem; } +/* #bg { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + z-index: -1; + background: url('https://wallpapercave.com/wp/wp2128227.jpg') no-repeat center center fixed; + background-size: cover; + opacity: 0.02; +} */ + body { min-height: 100vh; margin: 0; @@ -74,13 +86,13 @@ a:hover { } h1 { - font-size: 2rem; + /* font-size: 2rem; */ text-align: center; } -h2 { +/* h2 { font-size: 1rem; -} +} */ pre { font-size: 16px; |