File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 color : # e2e8f0 ;
6363}
6464.dark .bg-white {
65- background-color : # 2d3748 ;
65+ background-color : # 1a202c ;
66+ /*background-color: #2d3748;*/
6667}
6768.dark .text-gray-900 {
6869 color : # e2e8f0 ;
104105 color : # e2e8f0 ;
105106}
106107.dark input {
107- background-color : # 2d3748 ;
108+ background-color : # 1a202c ;
108109 color : # e2e8f0 ;
109110}
110111.dark .EasyMDEContainer .editor-preview {
111- background-color : # 2d3748 ;
112+ background-color : # 1a202c ;
112113}
113114.dark .EasyMDEContainer .CodeMirror {
114- background-color : # 2d3748 ;
115+ background-color : # 1a202c ;
115116 color : # bdbdbd ;
116117}
117118.dark .EasyMDEContainer .CodeMirror-gutters {
123124}
124125
125126.dark .EasyMDEContainer .editor-toolbar {
126- background : # 2d3748 ;
127+ background : # 1a202c ;
127128}
128129
129130.dark .EasyMDEContainer .editor-toolbar .fullscreen {
130- background : # 2d3748 ;
131+ background : # 1a202c ;
131132}
132133
133134.EasyMDEContainer .editor-toolbar button {
Original file line number Diff line number Diff line change 3333 < link rel ="preconnect " href ="https://cdn.jsdelivr.net " crossorigin >
3434 < link rel ="preconnect " href ="https://maxcdn.bootstrapcdn.com " crossorigin >
3535</ head >
36- < body id ="main-app " class ="flex flex-col min-h-screen " x-data ="mainApp() " x-init ="init() ">
36+ < body id ="main-app " class ="flex flex-col min-h-screen " :class =" {'dark': darkMode, '': !darkMode} " x-data ="mainApp() " x-init ="init() ">
3737 <!-- AppShellHeader -->
3838 < header class ="sticky top-0 w-full border-b bg-white z-20 ">
3939 < div class ="container flex h-16 items-center justify-between py-2 w-full mx-auto px-4 ">
You can’t perform that action at this time.
0 commit comments