Skip to content

Commit

Permalink
Fix broken text sizes on roll templates.
Browse files Browse the repository at this point in the history
Fixed a line which broke text sizes after months.
  • Loading branch information
Vitones91 committed Aug 30, 2024
1 parent 2be3c78 commit 5141c7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 3DX/3dx.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-size: 100%;
font: inherit;
text-decoration: none;
vertical-align: baseline;
Expand Down Expand Up @@ -104,7 +103,6 @@ label, input, button, select, textarea {
}

.Root {

--background: #181818;
--backgroundbutton: #111111;
--boxbg: #383838;
Expand Down

0 comments on commit 5141c7b

Please sign in to comment.