Make tables look nice
This commit is contained in:
parent
b44ef89405
commit
f4d7915fbc
@ -15,4 +15,13 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|||||||
|
|
||||||
.favorite-btn {
|
.favorite-btn {
|
||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note-text table th, .note-text table td {
|
||||||
|
border: 1px solid;
|
||||||
|
padding: 2px 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note-text table tbody tr:nth-child(odd) {
|
||||||
|
background-color: rgba(255,255,255,0.15);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user