Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoospital committed Jun 16, 2024
1 parent 3b6f1e0 commit 4d80dfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions _sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,10 @@ body {
width: 100%;
padding: 0;
margin: 25px 0;
background-color: $color__black;
background: $color__black;
font-family: $inconsolata;
font-size: $font__size;
font-weight: $font__weight;
background-image: url("./images/bg_pattern.gif");
background-repeat: repeat;
}

.container {
Expand Down
Binary file removed assets/images/bg_pattern.gif
Binary file not shown.
2 changes: 2 additions & 0 deletions assets/tuicss.css
Original file line number Diff line number Diff line change
Expand Up @@ -1590,6 +1590,7 @@ input[type=button] {
.tui-main-window {
padding: 1px;
position: relative;
background-color: black;
box-shadow: 10px 10px black;
color: white;
}
Expand All @@ -1598,6 +1599,7 @@ input[type=button] {
background-color: rgb(0, 0, 168);
padding: 1px;
position: relative;
background-color: black;
box-shadow: 10px 10px black;
color: white;
}
Expand Down

0 comments on commit 4d80dfa

Please sign in to comment.