Skip to content

Commit

Permalink
fixed #154 and other styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Feb 28, 2020
1 parent 8483336 commit 1bc8552
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
7 changes: 6 additions & 1 deletion src/main/resources/static/styles/dark.css
Expand Up @@ -24,7 +24,7 @@ nav ul a:hover, .dropdown-content li:hover, .dropdown-content li.active { backgr
main, .scoold-wrapper, nav { background-color: #202020; color: #efefef; }
body, footer.page-footer, .footer-copyright, .card-panel, .card, .tabs { background-color: #1A1A1A !important; }
#search-box, .white, .navbar-color, .orange.lighten-5, .CodeMirror { background-color: #333 !important; color: #efefef; }
.chip, .dropdown-content, .collapsible-header, code, select, .modal { background-color: #333; color: #efefef; }
.chip, .dropdown-content, .collapsible-header, code, select, .modal, .editor-preview { background-color: #333; color: #efefef; }
.CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like { background-color: #333; }
span.CodeMirror-selectedtext { background-color: #777; }
input, textarea, .grey-text.text-darken-1, .btn-flat, .input-field>label { color: #efefef !important; }
Expand All @@ -34,3 +34,8 @@ code[class*="language-"], pre[class*="language-"] { color: #efefef; }
#gp-login-btn { background: white !important; color: #222 !important; }
.grey { background-color: #777 !important; }
.lightborder { border: 1px solid #777; }
.editor-toolbar button { color: #efefef; }
.editor-toolbar.fullscreen { background-color: #202020; color: #efefef; }
.editor-toolbar button.active, .editor-toolbar button:hover { color: #333; }
.editor-toolbar.fullscreen::before, .editor-toolbar.fullscreen::after { width: 0; }
tr { border-bottom: 1px solid #777; }
13 changes: 11 additions & 2 deletions src/main/resources/static/styles/style.css
Expand Up @@ -264,9 +264,18 @@ i.close:before {
.upvote, .downvote {color: #888888;}
.upvote:hover {color: #4CAF50;}
.downvote:hover {color: #F44336;}
.CodeMirror, .CodeMirror-scroll {
min-height: 200px;

blockquote { border-left: 5px solid #888888; }
.editor-preview ul>li {
list-style-type: disc;
}
.editor-preview ul, .editor-preview ol {
padding: 0 20px;
}

/*.CodeMirror, .CodeMirror-scroll {
min-height: 200px;
}*/
code {
background: #f8f8f8;
padding: 2px;
Expand Down

0 comments on commit 1bc8552

Please sign in to comment.