diff --git a/custom/styles/base.css b/custom/styles/base.css index 6bf7e4a..f763f71 100644 --- a/custom/styles/base.css +++ b/custom/styles/base.css @@ -134,6 +134,7 @@ table { background-color: transparent; color: var(--color-grey); outline: .08rem var(--color-grey) solid; + font: inherit; &:hover { background-color: var(--color-grey); color: white; outline: none } &:active, &.active { background-color: var(--color-green); color: white; outline: none } &:focus { background-color: var(--color-green); color: white; outline: none }