mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-27 05:28:41 +00:00
move fix to Repl.css
This commit is contained in:
parent
ff0af15ac7
commit
7f1919ebc6
@ -13,7 +13,6 @@ export default createTheme({
|
|||||||
gutterBackground: 'transparent',
|
gutterBackground: 'transparent',
|
||||||
// gutterForeground: '#8a919966',
|
// gutterForeground: '#8a919966',
|
||||||
gutterForeground: '#8a919966',
|
gutterForeground: '#8a919966',
|
||||||
customStyle: '.cm-focused { outline: none !important }',
|
|
||||||
},
|
},
|
||||||
styles: [
|
styles: [
|
||||||
{ tag: t.keyword, color: '#c792ea' },
|
{ tag: t.keyword, color: '#c792ea' },
|
||||||
|
|||||||
@ -57,3 +57,7 @@
|
|||||||
#code .cm-foldGutter {
|
#code .cm-foldGutter {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#code .cm-focused {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
@ -93,7 +93,6 @@ export const settings = {
|
|||||||
gutterBackground: 'transparent',
|
gutterBackground: 'transparent',
|
||||||
// gutterForeground: '#8a919966',
|
// gutterForeground: '#8a919966',
|
||||||
gutterForeground: '#8a919966',
|
gutterForeground: '#8a919966',
|
||||||
customStyle: '.cm-focused { outline: none !important }',
|
|
||||||
},
|
},
|
||||||
bluescreen: bluescreenSettings,
|
bluescreen: bluescreenSettings,
|
||||||
blackscreen: blackscreenSettings,
|
blackscreen: blackscreenSettings,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user