Change block background colors for light theme

This commit is contained in:
Jonatan Heyman 2023-01-12 01:00:22 +01:00
parent 7d87277f65
commit 77146bda6c
2 changed files with 5 additions and 4 deletions

View File

@ -32,10 +32,11 @@ body {
}
.light-theme .blocks-layer .block-even {
background: #ffffff;
background: #fffae7;
}
.light-theme .blocks-layer .block-odd {
background: #f5f9f6;
//background: #f5f9f6;
background: #e0f0e4;
}
.block-start {

View File

@ -13,10 +13,10 @@ export const heynoteLight = EditorView.theme({
borderLeftColor: "#000",
},
".cm-gutters": {
//backgroundColor: "transparent",
//backgroundColor: "rgba(0,0,0, 0.03)",
backgroundColor: "transparent",
color: "rgba(0,0,0, 0.25)",
border: "none",
borderRight: "1px solid rgba(0,0,0, 0.07)",
},
".cm-activeLineGutter": {
backgroundColor: "transparent",