aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/_header.scss
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-12-17 14:26:17 +0000
committerMatthew Lemon <y@yulqen.org>2023-12-17 14:26:17 +0000
commitc84b94a647fb4c068e8be9d0495ff7284f41f168 (patch)
treed969c75c764436c0478234233597e38e1e29c2d5 /app/assets/stylesheets/_header.scss
Initial
Diffstat (limited to 'app/assets/stylesheets/_header.scss')
-rw-r--r--app/assets/stylesheets/_header.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/_header.scss b/app/assets/stylesheets/_header.scss
new file mode 100644
index 0000000..723e9d1
--- /dev/null
+++ b/app/assets/stylesheets/_header.scss
@@ -0,0 +1,4 @@
+#header-title {
+ background-color: yellow;
+ color: red;
+}