summaryrefslogtreecommitdiffhomepage
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/application.css15
-rw-r--r--app/assets/stylesheets/nodes.scss3
-rw-r--r--app/assets/stylesheets/style.css4
3 files changed, 22 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
new file mode 100644
index 0000000..d05ea0f
--- /dev/null
+++ b/app/assets/stylesheets/application.css
@@ -0,0 +1,15 @@
+/*
+ * This is a manifest file that'll be compiled into application.css, which will include all the files
+ * listed below.
+ *
+ * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
+ * vendor/assets/stylesheets directory can be referenced here using a relative path.
+ *
+ * You're free to add application-wide styles to this file and they'll appear at the bottom of the
+ * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
+ * files in this directory. Styles in this file should be added after the last require_* statement.
+ * It is generally better to create a new file per style scope.
+ *
+ *= require_tree .
+ *= require_self
+ */
diff --git a/app/assets/stylesheets/nodes.scss b/app/assets/stylesheets/nodes.scss
new file mode 100644
index 0000000..bf9fafa
--- /dev/null
+++ b/app/assets/stylesheets/nodes.scss
@@ -0,0 +1,3 @@
+// Place all the styles related to the Nodes controller here.
+// They will automatically be included in application.css.
+// You can use Sass (SCSS) here: https://sass-lang.com/
diff --git a/app/assets/stylesheets/style.css b/app/assets/stylesheets/style.css
new file mode 100644
index 0000000..d779fce
--- /dev/null
+++ b/app/assets/stylesheets/style.css
@@ -0,0 +1,4 @@
+body {
+ background-color: black;
+ color: white;
+}