Fixed bright and dark mode styles

gh-pages
somas95 2017-12-08 21:57:41 +01:00
parent 1030af3237
commit 20ae4c3aa2
2 changed files with 7 additions and 1 deletions

View File

@ -78,7 +78,7 @@
background: #333; background: #333;
} }
.uberwriter_window.dark_mode .uberwriter-editor { .uberwriter_window.dark_mode .uberwriter-editor text{
color: #CCC; color: #CCC;
background: @dark_bg; background: @dark_bg;
/*-GtkWidget-cursor-color: shade(#4D9FCE, 0.9);*/ /*-GtkWidget-cursor-color: shade(#4D9FCE, 0.9);*/
@ -98,6 +98,11 @@
-gtk-key-bindings: editor-bindings; -gtk-key-bindings: editor-bindings;
} }
.uberwriter-editor text {
background-color: @light_editor_bg;
color: #222;
}
.uberwriter-editor:selected { .uberwriter-editor:selected {
background-color: #4D9FCE; background-color: #4D9FCE;
color: #FFF; color: #FFF;

View File

@ -10,6 +10,7 @@ body {
font-family: 'Alegreya Sans', Times, serif; font-family: 'Alegreya Sans', Times, serif;
font-size: 1.em; font-size: 1.em;
color: #333; color: #333;
background-color: #EDEDED;
font-weight: 400; font-weight: 400;
width: 550px; width: 550px;
margin: 0 auto; margin: 0 auto;