Skip to content

Commit

Permalink
fixed css issues
Browse files Browse the repository at this point in the history
  • Loading branch information
maitrakhatri committed Mar 24, 2022
1 parent 699273d commit a6ade97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CSS/Components/toast/toast.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
color: white;
}

a {
.snackbar a {
text-decoration: none;
color: blueviolet;
}

a, i {
.snackbar a, .snackbar i {
padding: 0.25rem;
}

a:hover, i img:hover {
.snackbar a:hover,.snackbar i img:hover {
cursor: pointer;
background-color:rgba(128, 128, 128, 0.26);
}

button {
.snackbar button {
padding: 1rem 2rem;
margin: 2rem;
}
1 change: 1 addition & 0 deletions docs/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ main {
flex-direction: column;
margin-left: 2rem;
margin-bottom: 1rem;
gap: 0.50rem;
}

.sidebar a {
Expand Down

0 comments on commit a6ade97

Please sign in to comment.