Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
MekailTheMachineMekailtheMachinegitgit config --get-all user.namegit config --global user.email Thehashslayer@gmail.comgit config --global user.name MekailTheMachine authored and MekailTheMachineMekailtheMachinegitgit config --get-all user.namegit config --global user.email Thehashslayer@gmail.comgit config --global user.name MekailTheMachine committed Jul 24, 2024
1 parent 314566c commit 9b8c4b3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
18 changes: 16 additions & 2 deletions packages/nextjs/styles/globals.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,31 @@
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";

/* @import url("https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@100;300;400;900&display=swap"); */

@font-face {
font-family: Londrina;
src: url("https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@100;300;400;900&display=swap");
src: url("https://fonts.googleapis.com/css2?family=Londrina+Solid:wght@400;900&display=swap");
}

* {
font-family: Londrina;
font-family: "Londrina Solid", sans-serif;
font-weight: 400;
font-style: normal;
}

/* .londrina-solid-black {
font-family: "Londrina Solid", sans-serif;
font-weight: 900;
font-style: normal;
} */


/* * {
font-family: Londrina;
} */

:root,
[data-theme] {
background: oklch(var(--b2));
Expand Down
16 changes: 8 additions & 8 deletions packages/nextjs/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ module.exports = {
{
light: {
primary: "#93BBFB",
"primary-content": "#212638",
"primary-content": "#F9FBFF",
secondary: "#DAE8FF",
"secondary-content": "#212638",
accent: "#93BBFB",
"accent-content": "#212638",
accent: "#4969A6",
"accent-content": "#F9FBFF",
neutral: "#212638",
"neutral-content": "#ffffff",
"base-100": "#ffffff",
"base-200": "#f4f8ff",
"base-300": "#DAE8FF",
"neutral-content": "#F9FBFF",
"base-100": "#F9FBFF",
"base-200": "#DAE8FF",
"base-300": "#93BBFB",
"base-content": "#212638",
info: "#93BBFB",
success: "#34EEB6",
Expand Down Expand Up @@ -53,7 +53,7 @@ module.exports = {
"base-200": "#2A3655",
"base-300": "#212638",
"base-content": "#F9FBFF",
info: "#385183",
info: "#93BBFB",
success: "#34EEB6",
warning: "#FFCF72",
error: "#FF8863",
Expand Down

0 comments on commit 9b8c4b3

Please sign in to comment.