Make tables look nice

master
Skylar Ittner 6 years ago
parent b44ef89405
commit f4d7915fbc

@ -15,4 +15,13 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
.favorite-btn {
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…
Cancel
Save