Skip to content

Commit

Permalink
Set image as main background
Browse files Browse the repository at this point in the history
  • Loading branch information
yarduon committed Sep 14, 2024
1 parent 6d94cb3 commit 5aaa696
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
9 changes: 3 additions & 6 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ input::-webkit-inner-spin-button {
}

.team {
border: 1.3vh solid #0f0e0e;
border: 1.3vh solid transparent;
border-image: url("../img/backgrounds/black.png") 30 round;
}

.outline {
Expand Down Expand Up @@ -131,17 +132,13 @@ input::-webkit-inner-spin-button {
}

.black {
background-color: rgb(15, 14, 14);
background-image: url("../img/backgrounds/black.png");
}

.overflow-hidden {
overflow: hidden;
}

.radius-team {
border-radius: 1.4vh;
}

.radius-button {
border-radius: 0.7vh;
}
Expand Down
Binary file added img/backgrounds/black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ function createTeam(color, text, currentTeam, onLoad) {
null,
null,
"team",
"radius-team",
"max-width",
"max-height",
"medium-fontsize",
Expand Down

0 comments on commit 5aaa696

Please sign in to comment.