mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-01-30 08:57:13 +00:00
initial commit
This commit is contained in:
22
styles.css
Normal file
22
styles.css
Normal file
@@ -0,0 +1,22 @@
|
||||
/* Sets all the text color to red! */
|
||||
/* body {
|
||||
color: red;
|
||||
} */
|
||||
|
||||
.added {
|
||||
color:black;
|
||||
background-color: white;
|
||||
}
|
||||
.normal {
|
||||
color:lightgray;
|
||||
}
|
||||
.deleted {
|
||||
color:white;
|
||||
background-color: black;
|
||||
/* text-decoration: line-through; */
|
||||
}
|
||||
.op-scrollable{
|
||||
overflow-y:scroll;
|
||||
/* min-height: 280px; */
|
||||
max-height: 280px;
|
||||
}
|
||||
Reference in New Issue
Block a user