Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
s-tanikonda committed Jan 11, 2024
1 parent 870c98a commit a01e30d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ body {
width: 400px;
height: 100%;
background-color: rgb(22, 22, 22);
border-right: 1.5px solid white;
border-right: 1px solid white;
overflow-y: auto;
}

Expand Down Expand Up @@ -104,7 +104,7 @@ body {
height: 75px;
text-align: center;
vertical-align: center;
border: 1.5px solid white;
border: 1px solid white;
}
#title {
position: relative;
Expand All @@ -129,7 +129,7 @@ input[type="checkbox"] {
color: white;
width: 18px;
height: 18px;
border: 1.5px solid currentColor;
border: 1px solid currentColor;
display: inline-block;
place-items: center;
box-shadow: none;
Expand All @@ -141,7 +141,7 @@ input[type="checkbox"]::before {
content: "";
width: 12px;
height: 12px;
margin: 2.25px;
margin: 2px;
padding: 0px;
transform: scale(0);
transform-origin: center;
Expand All @@ -166,7 +166,7 @@ input[type="checkbox"]:disabled {
color: white;
border: None;
font-size: 19px;
border-bottom: 1.5px solid white;
border-bottom: 1px solid white;
padding-bottom: 0px;
font-family: 'Roboto Mono Light';
}
Expand All @@ -175,7 +175,7 @@ input[type="checkbox"]:disabled {
#info-button {
font-family: 'Roboto Mono Light';
font-size: 25px;
border: 1.5px solid white;
border: 1px solid white;
position: absolute;
bottom: 15px;
right: 15px;
Expand All @@ -196,12 +196,12 @@ input[type="checkbox"]:disabled {
bottom: 15px;
background-color: rgb(22, 22, 22);
text-align: left;
border: 1.5px solid white;
border: 1px solid white;
}
#exit-info-button {
font-family: 'Roboto Mono Light';
font-size: 25px;
border: 1.5px solid white;
border: 1px solid white;
position: absolute;
top: 10px;
right: 10px;
Expand Down

0 comments on commit a01e30d

Please sign in to comment.