mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-25 10:16:06 -05:00
finally got myself a real contact form 📬
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
@use "../pages/videos";
|
||||
@use "../pages/etc";
|
||||
@use "../pages/projects";
|
||||
@use "../pages/contact";
|
||||
@use "../pages/fourOhFour";
|
||||
|
||||
// Responsive Awesomeness
|
||||
@@ -26,5 +27,6 @@
|
||||
@include videos.responsive();
|
||||
@include etc.responsive();
|
||||
@include projects.responsive();
|
||||
@include contact.responsive();
|
||||
@include fourOhFour.responsive();
|
||||
}
|
||||
|
||||
@@ -61,6 +61,8 @@ $themes: (
|
||||
super-light: #f4f4f4,
|
||||
super-duper-light: #fbfbfb,
|
||||
links: #0e6dc2,
|
||||
success: #0b890f,
|
||||
error: #ff1b1b,
|
||||
),
|
||||
dark: (
|
||||
background-inner: #1e1e1e,
|
||||
@@ -74,6 +76,8 @@ $themes: (
|
||||
super-light: #272727,
|
||||
super-duper-light: #1f1f1f,
|
||||
links: #88c7ff,
|
||||
success: #78df55,
|
||||
error: #f54545,
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user