Skip to content

Commit

Permalink
refactor: add no-rounded-corners
Browse files Browse the repository at this point in the history
Signed-off-by: Akshay Mestry <[email protected]>
  • Loading branch information
xames3 committed Nov 4, 2024
1 parent 59c86af commit a7745ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions coeus_sphinx_theme/static/coeus.css
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,10 @@ table tbody td:not(:first-child) {
border: 0px solid transparent !important;
}

.no-rounded-corners {
border-radius: 0 !important;
}

.glass-bevel {
box-shadow:
0 1px 2px transparent,
Expand Down

0 comments on commit a7745ef

Please sign in to comment.