Quick aesthetic updates
~ Change light theme to something new ~ Make navbar text a bit bigger
This commit is contained in:
parent
61990f41ac
commit
f48839a5b4
@ -33,8 +33,8 @@
|
||||
</div>
|
||||
<div class="navbar-center hidden lg:flex">
|
||||
<ul class="menu menu-horizontal px-1">
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/portfolio">Portfolio</a></li>
|
||||
<li><a href="/" class="text-lg">Home</a></li>
|
||||
<li><a href="/portfolio" class="text-lg">Portfolio</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="navbar-end">
|
||||
|
@ -1,6 +1,6 @@
|
||||
<label class="swap swap-rotate">
|
||||
<!-- this hidden checkbox controls the state -->
|
||||
<input type="checkbox" class="theme-controller" value="winter" />
|
||||
<input type="checkbox" class="theme-controller" value="acid" />
|
||||
|
||||
<!-- sun icon -->
|
||||
<svg
|
||||
|
@ -6,7 +6,7 @@ module.exports = {
|
||||
},
|
||||
plugins: [require("daisyui")],
|
||||
daisyui: {
|
||||
themes: ["night", "winter"],
|
||||
themes: ["night", "acid"],
|
||||
},
|
||||
darkMode: "selector",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user