Add inherit font to table elements
This commit is contained in:
parent
82b94a1eb7
commit
b1f19e2cdd
1 changed files with 1 additions and 0 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue