diff --git a/app/static/css/screen-dark.css b/app/static/css/screen-dark.css index 5998dcf..6fc09f3 100644 --- a/app/static/css/screen-dark.css +++ b/app/static/css/screen-dark.css @@ -47,7 +47,22 @@ nav { font-family: sans-serif} content: "]]" } -.node { +.subnode { + /* background: #351a4a; */ + /* background: #2a153b; */ + background: #12091a; + color: #cfcfcf; + padding: 0.5em; + margin-bottom: 10px; + border-radius: 10px; +} + +.pulled-subnode { + background: #101010; + color: #cfcfcf; + padding: 0.5em; + margin-bottom: 10px; + border-radius: 10px; } .node-header { @@ -57,11 +72,6 @@ nav { font-family: sans-serif} } .subnode { - background: #101010; - color: #cfcfcf; - padding: 0.5em; - margin-bottom: 10px; - border-radius: 10px; } .not-found { diff --git a/app/templates/base.html b/app/templates/base.html index ce618f8..3efc809 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -27,7 +27,7 @@ - +