mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
Update documentation
This commit is contained in:
parent
9fd06732c6
commit
8c225317a8
1 changed files with 27 additions and 0 deletions
|
@ -294,3 +294,30 @@ footer {
|
||||||
footer a {
|
footer a {
|
||||||
text-decoration-thickness: unset;
|
text-decoration-thickness: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
margin: 0 0 2em 0;
|
||||||
|
width: 100%;
|
||||||
|
border-collapse: collapse;
|
||||||
|
border-spacing: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
table thead {
|
||||||
|
border-bottom: solid 2px rgba(255, 255, 255, 0.125);
|
||||||
|
}
|
||||||
|
|
||||||
|
table th {
|
||||||
|
color: #000;
|
||||||
|
font-size: 0.9em;
|
||||||
|
font-weight: 600;
|
||||||
|
padding: 0 0.75em 0.75em 0.75em;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
table tbody tr:nth-child(2n+1) {
|
||||||
|
background-color: rgba(0, 0, 0, 0.025);
|
||||||
|
}
|
||||||
|
|
||||||
|
table td {
|
||||||
|
padding: 0.75em 0.75em;
|
||||||
|
}
|
Loading…
Reference in a new issue