vault backup: 2026-07-31 16:24:55
This commit is contained in:
29
.obsidian/snippets/tableStyles.css
vendored
Normal file
29
.obsidian/snippets/tableStyles.css
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user