@@ -24,7 +24,8 @@ const handleLogout = () => {
|
|||||||
font-family: Avenir, Helvetica, Arial, sans-serif;
|
font-family: Avenir, Helvetica, Arial, sans-serif;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
color: #2c3e50;
|
/* color: #2c3e50; */
|
||||||
|
color: var(--color-text);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@@ -49,7 +50,8 @@ td {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
th {
|
th {
|
||||||
background-color: #f2f2f2;
|
/* background-color: #f2f2f2; */
|
||||||
|
background-color: var(--color-background);
|
||||||
}
|
}
|
||||||
.userstory-table-container {
|
.userstory-table-container {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user