Merge pull request #22 from somas95/master

Fixed bright and dark mode styles
gh-pages
Wolf Vollprecht 2017-12-08 22:05:35 +01:00 committed by GitHub
commit a8ddbc9c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

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

View File

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