💄 style: set transparent bg for code in table headers
Changed the background color of the `code` tags within table headers to transparent to enhance readability and contrast. This ensures that the code tags in headers remain visually distinct while not detracting from overall table aesthetics.
This commit is contained in:
parent
275950f97d
commit
a6046cd9d7
@ -18,6 +18,10 @@ table {
|
|||||||
thead tr {
|
thead tr {
|
||||||
background-color: var(--primary-color);
|
background-color: var(--primary-color);
|
||||||
color: var(--hover-color);
|
color: var(--hover-color);
|
||||||
|
|
||||||
|
code {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
tbody {
|
tbody {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user