Skip to content

Commit

Permalink
Border is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Feb 24, 2024
1 parent 8b71fc8 commit d63f1ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/public/style_domjudge.css
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,8 @@ blockquote {
bottom: 0;
box-shadow: 0 -1px 0 0 black,
0 1px 0 0 black;
border: 1px 0 1px 0;
/*border-bottom: 1px solid black;
border-top: 1px solid black;*/
background: var(--background-color);
}

Expand Down

0 comments on commit d63f1ad

Please sign in to comment.