Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Aprillion committed Sep 16, 2023
1 parent 0853a0f commit 2364c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/root.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
--colorButtonText: #c97;
--paddingSides: clamp(8px, 2vw, 16px);
--marginTags: clamp(5px, 1vw, 10px);
--baseFont: normal 400 1rem "Open Sans", Arial, sans-serif;
--baseFont: normal 400 1rem 'Open Sans', Arial, sans-serif;

/* dark theme at the end of file to overwrite all previous rules */
}
Expand Down Expand Up @@ -437,7 +437,7 @@ tr:nth-child(even) {
margin-left: 10px;
max-width: 35%;
z-index: 2;
transition: visibility 0s 300ms, opacity cubic-bezier(1,0,1,1) 300ms;
transition: visibility 0s 300ms, opacity cubic-bezier(1, 0, 1, 1) 300ms;
}
.answer .link-popup::after {
content: '';
Expand Down

0 comments on commit 2364c07

Please sign in to comment.