summaryrefslogtreecommitdiff
path: root/src/css/base.css
diff options
context:
space:
mode:
authoresquizo <esquizo+noreply@esquizo.net>2026-06-14 16:51:58 -0300
committeresquizo <esquizo+noreply@esquizo.net>2026-06-14 16:51:58 -0300
commitdaf37a8a5d0e251884d953f26a066eebed896054 (patch)
tree5e008a53585898f0add5edc49cadb656d959fa77 /src/css/base.css
parenteed30928f73b06333113ea5162452242598b31e6 (diff)
adicionado uma imagem de fundo
Diffstat (limited to 'src/css/base.css')
-rw-r--r--src/css/base.css6
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;