💄 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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user