fixed theme

This commit is contained in:
veeso
2023-07-05 12:58:21 +02:00
parent b7d4c68ebe
commit 5a5fa52b57
4 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en_US"> <html lang="en_US" class="dark">
<head> <head>
<title> <title>
@@ -39,7 +39,7 @@
</head> </head>
<body> <body>
<div id="layout"> <div id="layout" class="dark:bg-brand dark:text-gray-100">
<!-- Menu --> <!-- Menu -->
<header id="menu"></header> <header id="menu"></header>
<main> <main>

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en_US"> <html lang="en_US" class="dark">
<head> <head>
<title> <title>
@@ -39,7 +39,7 @@
</head> </head>
<body> <body>
<div id="layout"> <div id="layout" class="dark:bg-brand dark:text-gray-100">
<!-- Menu --> <!-- Menu -->
<header id="menu"></header> <header id="menu"></header>

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en_US"> <html lang="en_US" class="dark">
<head> <head>
<title> <title>
@@ -39,7 +39,7 @@
</head> </head>
<body> <body>
<div id="layout"> <div id="layout" class="dark:bg-brand dark:text-gray-100">
<!-- Menu --> <!-- Menu -->
<header id="menu"></header> <header id="menu"></header>

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en_US"> <html lang="en_US" class="dark">
<head> <head>
<title> <title>
@@ -39,7 +39,7 @@
</head> </head>
<body> <body>
<div id="layout"> <div id="layout" class="dark:bg-brand dark:text-gray-100">
<!-- Menu --> <!-- Menu -->
<header id="menu"></header> <header id="menu"></header>