Skip to content

Commit

Permalink
Implement vanilla theme
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Feb 4, 2024
1 parent 34620f6 commit 072eab2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
alignment-y: center;

background-color: rgba(20, 20, 20, 180);
border-radius: 10;
padding: 10;

.custom-preview {
Expand Down Expand Up @@ -47,7 +46,6 @@
space-between-entries: 15;

background-color: rgba(20, 20, 20, 180);
border-radius: 10;
padding: 10;
}

Expand Down Expand Up @@ -129,6 +127,7 @@
}

.checkbox-list {
margin-top: 5;
left: 0;
width: 90%;
height: 35;
Expand Down

0 comments on commit 072eab2

Please sign in to comment.