mirror of
https://github.com/heyman/heynote.git
synced 2025-06-26 20:41:44 +02:00
Change block background colors for light theme
This commit is contained in:
parent
7d87277f65
commit
77146bda6c
@ -32,10 +32,11 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.light-theme .blocks-layer .block-even {
|
.light-theme .blocks-layer .block-even {
|
||||||
background: #ffffff;
|
background: #fffae7;
|
||||||
}
|
}
|
||||||
.light-theme .blocks-layer .block-odd {
|
.light-theme .blocks-layer .block-odd {
|
||||||
background: #f5f9f6;
|
//background: #f5f9f6;
|
||||||
|
background: #e0f0e4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.block-start {
|
.block-start {
|
||||||
|
@ -13,10 +13,10 @@ export const heynoteLight = EditorView.theme({
|
|||||||
borderLeftColor: "#000",
|
borderLeftColor: "#000",
|
||||||
},
|
},
|
||||||
".cm-gutters": {
|
".cm-gutters": {
|
||||||
//backgroundColor: "transparent",
|
backgroundColor: "transparent",
|
||||||
//backgroundColor: "rgba(0,0,0, 0.03)",
|
|
||||||
color: "rgba(0,0,0, 0.25)",
|
color: "rgba(0,0,0, 0.25)",
|
||||||
border: "none",
|
border: "none",
|
||||||
|
borderRight: "1px solid rgba(0,0,0, 0.07)",
|
||||||
},
|
},
|
||||||
".cm-activeLineGutter": {
|
".cm-activeLineGutter": {
|
||||||
backgroundColor: "transparent",
|
backgroundColor: "transparent",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user