mirror of
https://github.com/heyman/heynote.git
synced 2025-02-16 18:21:02 +01: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 {
|
||||
background: #ffffff;
|
||||
background: #fffae7;
|
||||
}
|
||||
.light-theme .blocks-layer .block-odd {
|
||||
background: #f5f9f6;
|
||||
//background: #f5f9f6;
|
||||
background: #e0f0e4;
|
||||
}
|
||||
|
||||
.block-start {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user