aboutsummaryrefslogtreecommitdiff
path: root/static/css/styles.css
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-05-04 05:12:51 -0400
committerBobby <[email protected]>2023-05-04 05:12:51 -0400
commitefeabae57fbccc603d13fa05a5cc5956c6a06873 (patch)
tree864c91d75b49f6b5ec3da5d5e61cf06418ba4729 /static/css/styles.css
parent7878c055f28e065d3fbb0e685928d599a1457df7 (diff)
downloadthatcomputerscientist-efeabae57fbccc603d13fa05a5cc5956c6a06873.tar.xz
thatcomputerscientist-efeabae57fbccc603d13fa05a5cc5956c6a06873.zip
Update background
Diffstat (limited to 'static/css/styles.css')
-rw-r--r--static/css/styles.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index b705d2ec..287eb516 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -1,6 +1,7 @@
@import url(search.css);
body {
+ width: 100%;
background: black;
font-size: 11px;
font-family: Verdana,Helvetica,Arial,Sans-Serif;
@@ -8,9 +9,11 @@ body {
padding: 0px;
color: #dddddd;
box-sizing: border-box;
- background-image: url("../images/site/stars.gif");
- background-repeat: repeat;
- width: 100%;
+ background-image: url("../images/site/pattern.png");
+ background-repeat: no-repeat;
+ background-attachment: fixed;
+ background-size: 100% auto;
+ background-position: center center;
}
/* Cursor Styles */