diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-06-14 16:51:58 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-06-14 16:51:58 -0300 |
| commit | daf37a8a5d0e251884d953f26a066eebed896054 (patch) | |
| tree | 5e008a53585898f0add5edc49cadb656d959fa77 /src/css | |
| parent | eed30928f73b06333113ea5162452242598b31e6 (diff) | |
adicionado uma imagem de fundo
Diffstat (limited to 'src/css')
| -rw-r--r-- | src/css/base.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/css/base.css b/src/css/base.css index 25b71a5..3725f8d 100644 --- a/src/css/base.css +++ b/src/css/base.css @@ -2,9 +2,13 @@ box-sizing: border-box; } +html { + background-image: url('/static/chip.png'); +} + body { color: #999; - background-color: #000; + background-color: rgba(0, 0, 0, 0.75); width: 90%; max-width: 1000px; |
