small tweaks
This commit is contained in:
parent
2023c036df
commit
1396cacd4f
@ -74,13 +74,8 @@ table {
|
|||||||
box-shadow: 0px 0px 0px 1px #94949429 inset;
|
box-shadow: 0px 0px 0px 1px #94949429 inset;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr:hover, tr:nth-child(even) td {
|
tr:hover, tr:nth-child(odd) td {
|
||||||
background: #9494940f;
|
background: #94949414;
|
||||||
}
|
|
||||||
|
|
||||||
th {
|
|
||||||
background: #9494941a;
|
|
||||||
text-align: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
th, td {
|
th, td {
|
||||||
@ -101,7 +96,6 @@ p code {
|
|||||||
background: #94949426;
|
background: #94949426;
|
||||||
opacity: .75;
|
opacity: .75;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
font-size: .9em;
|
|
||||||
margin: 0 .1em;
|
margin: 0 .1em;
|
||||||
padding: .2em .4em;
|
padding: .2em .4em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user