diff --git a/app/assets/stylesheets/content.css.scss b/app/assets/stylesheets/content.css.scss index 36b9eea1..95cce714 100644 --- a/app/assets/stylesheets/content.css.scss +++ b/app/assets/stylesheets/content.css.scss @@ -68,7 +68,10 @@ p.long-form { margin-right: -5px; margin-bottom: 20px; position: relative; - background: white; + + background: rgba(255, 255, 255, 0.15); + background-blend-mode: darken; + z-index: 1; textarea { diff --git a/app/assets/stylesheets/dark-mode.scss b/app/assets/stylesheets/dark-mode.scss index 0e0be951..8049e76d 100644 --- a/app/assets/stylesheets/dark-mode.scss +++ b/app/assets/stylesheets/dark-mode.scss @@ -8,18 +8,50 @@ body { background-color: #202123; color: #fff; nav { - background-color: #26A69A; + background-color: #2196F3; } .card { - background-color: rgba(255,255,255,0.2); + background-color: rgba(255, 255, 255, 0.2); + } + .card-reveal { + background-color: #2D2D31; + + .card-title { + color: #fff; + } } + .dropdown-content { + background-color: #2D2D31; + a { + color: #ccc; + &:hover { + background-color: #3B4043; + } + } + } + .modal { + background-color: #2D2D31; + } .btn { - background-color: #EE6F73; + background-color: #000000; + border: 1px solid #aaa; + border-top: 1px solid #ccc; + border-bottom: 1px solid #888; } .divider { opacity: 0.2; - } - .sidenav { + } + textarea, input { + color: #fff; + + &::placeholder { + color: #aaa; + } + } + .collapsible-header { + background-color: #3B4043; + } + .sidenav, .collapsible-body { background-color: #2D2D31; li { a { @@ -45,5 +77,127 @@ body { border-bottom: 1px solid rgba(255,255,255,0.2);; } } + #editor { + background-color: #3B4043; + color: white; + } + + #thredded--container { + input { + color: white; + } + + .thredded--form.thredded--navigation--search.thredded--navigation--search-topics input { + background-color: #2196F3; + } + + .thredded--form { + input, textarea { + color: white; + background-color: #3B4043; + + &::placeholder { + color: #ddd; + } + } + + .thredded--preview-area { + color: #ddd; + } + + .thredded--form--submit { + background-color: #2196F3; + color: white; + } + } + + .thredded--messageboard, .thredded--form { + background-color: #3B4043; + } + + .thredded--messageboard--description { + color: white; + } + + .thredded--messageboard--byline, .thredded--messageboard--meta--counts, .thredded--navigation-breadcrumbs li a { + color: #9AA0A6; + } + + .thredded--nav-text { + color: #ddd; + } + + .thredded--post--created-at { + color: #9AA0A6; + } + + .thredded--topic-header { + .thredded--topic-header--title { + color: white; + } + + .thredded--topic-header--started-by, .thredded--topic-followers, .thredded--topic-header--follow-info--reason { + color: #9AA0A6; + + a { + color: #4CAF50; + } + } + } + + .thredded--post--user { + color: black; + + a { + color: #4CAF50; + } + } + + .thredded--post { + background: #3B4043; + color: white; + + border-bottom: 1px solid #333; + border-top: 1px solid #666; + } + + .thredded--topics--topic { + background-color: #3B4043; + + .thredded--topics--title a { + color: white; + } + + .thredded--topics--updated-by { + color: #9AA0A6; + + a { + color: #4CAF50; + } + } + + .thredded--topics--posts-count { + border: 1px solid #555; + } + } + + .thredded--currently-online { + background-color: #3B4043; + + .thredded--currently-online--title { + color: #9AA0A6; + } + } + + .thredded--user-navigation--item a { + &:hover { + color: #000; + } + } + } + + .thredded--post-form--title { + color: #9AA0A6; + } } } \ No newline at end of file diff --git a/app/views/cards/serendipitous/_content_question.html.erb b/app/views/cards/serendipitous/_content_question.html.erb index 936609b8..e80f768a 100644 --- a/app/views/cards/serendipitous/_content_question.html.erb +++ b/app/views/cards/serendipitous/_content_question.html.erb @@ -15,7 +15,7 @@ ) %> -
diff --git a/app/views/layouts/_navbar.html.erb b/app/views/layouts/_navbar.html.erb index b70b4d60..9ef05d9f 100644 --- a/app/views/layouts/_navbar.html.erb +++ b/app/views/layouts/_navbar.html.erb @@ -18,7 +18,7 @@
How does this all work, etc.
@@ -19,7 +19,7 @@Answer
@@ -29,7 +29,7 @@Answer
@@ -39,7 +39,7 @@Answer
diff --git a/app/views/page_collections/show.html.erb b/app/views/page_collections/show.html.erb index f9c612c2..47e51c4a 100644 --- a/app/views/page_collections/show.html.erb +++ b/app/views/page_collections/show.html.erb @@ -28,7 +28,7 @@ <%= PageCollection.icon %> <%= @page_collection.user == current_user ? 'Add' : 'Submit' %> a page