1
0
mirror of https://github.com/vrtmrz/obsidian-livesync.git synced 2024-12-12 09:04:06 +02:00
obsidian-livesync/styles.css

41 lines
659 B
CSS
Raw Normal View History

2021-10-12 16:50:13 +02:00
.added {
color: black;
2021-10-12 16:50:13 +02:00
background-color: white;
}
.normal {
color: lightgray;
2021-10-12 16:50:13 +02:00
}
.deleted {
color: white;
2021-10-12 16:50:13 +02:00
background-color: black;
/* text-decoration: line-through; */
}
.op-scrollable {
overflow-y: scroll;
2021-10-12 16:50:13 +02:00
/* min-height: 280px; */
max-height: 280px;
user-select: text;
}
.op-pre {
white-space: pre-wrap;
}
.op-warn {
border: 1px solid salmon;
padding: 2px;
border-radius: 4px;
}
.syncstatusbar {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.tcenter {
text-align: center;
}
.sls-plugins-wrap {
display: flex;
flex-grow: 1;
overflow: scroll;
}
.sls-plugins-tbl {
}