+
No Pinned Links
-
+
You can Pin Links by clicking on the three dots on each Link and
clicking "Pin to Dashboard."
diff --git a/pages/links.tsx b/pages/links.tsx
index 958eb2b..11e23f7 100644
--- a/pages/links.tsx
+++ b/pages/links.tsx
@@ -24,9 +24,9 @@ export default function Links() {
@@ -35,12 +35,12 @@ export default function Links() {
setSortDropdown(!sortDropdown)}
id="sort-dropdown"
- className="inline-flex rounded-md cursor-pointer hover:bg-slate-200 duration-100 p-1"
+ className="inline-flex rounded-md cursor-pointer hover:bg-slate-200 hover:dark:bg-sky-800 duration-100 p-1"
>
diff --git a/styles/globals.css b/styles/globals.css
index dfbbd41..82ba220 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -159,3 +159,11 @@
width: 100%;
height: 4rem;
}
+
+/* Theme */
+
+@layer base {
+ body {
+ @apply dark:bg-blue-950 bg-white dark:text-white
+ }
+}
diff --git a/tailwind.config.js b/tailwind.config.js
index eb74f32..fc69059 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -1,6 +1,7 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
+ darkMode: "class",
content: [
"./app/**/*.{js,ts,jsx,tsx}",
"./pages/**/*.{js,ts,jsx,tsx}",
@@ -10,7 +11,13 @@ module.exports = {
"./layouts/**/*.{js,ts,jsx,tsx}",
],
theme: {
- extend: {},
+ extend: {
+ colors: {
+ blue: {
+ 925: "rgb(26, 47, 96)",
+ },
+ },
+ },
},
plugins: [],
};
diff --git a/yarn.lock b/yarn.lock
index dc4c9b4..10b9a3d 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3558,6 +3558,11 @@ next-auth@^4.22.1:
preact-render-to-string "^5.1.19"
uuid "^8.3.2"
+next-themes@^0.2.1:
+ version "0.2.1"
+ resolved "https://registry.yarnpkg.com/next-themes/-/next-themes-0.2.1.tgz#0c9f128e847979daf6c67f70b38e6b6567856e45"
+ integrity sha512-B+AKNfYNIzh0vqQQKqQItTS8evEouKD7H5Hj3kmuPERwddR2TxvDSFZuTj6T7Jfn1oyeUyJMydPl1Bkxkh0W7A==
+
next@13.4.12:
version "13.4.12"
resolved "https://registry.yarnpkg.com/next/-/next-13.4.12.tgz#809b21ea0aabbe88ced53252c88c4a5bd5af95df"