Skip to content

Commit

Permalink
Merge pull request #17 from xames3/feature-release-mk-ii
Browse files Browse the repository at this point in the history
refactor: add no-rounded-corners
  • Loading branch information
xames3 authored Nov 4, 2024
2 parents 4a40894 + a7745ef commit 7592a8e
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 7592a8e

Please sign in to comment.