Files
obsidian-test/.obsidian/snippets/tableStyles.css

30 lines
408 B
CSS

table {
border-collapse: separate;
border-radius: 6px;
margin: 10px 0px 0px 0px !important;
background-color: #272727;
width: 100%;
overflow: hidden;
}
thead {
background: #0a8a11;
}
th {
font-size: 20px !important;
text-align: center !important;
}
td, th {
padding: 10px 20px;
}
thead th:hover {
background-color: #127915 !important;
}
td:hover {
background-color: #4a4a4a !important;
}