Merge branch 'main' of ssh://git.apoena.dev:22222/remanso-space/remanso
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html lang="en" data-theme="garden">
|
||||
<html lang="en" data-theme="emerald">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
|
||||
@@ -32,7 +32,10 @@ defineProps<{ user: string; repo: string }>()
|
||||
</svg>
|
||||
</router-link> -->
|
||||
|
||||
<button class="btn btn-ghost btn-circle text-base-content" onclick="font_modal.showModal()">
|
||||
<button
|
||||
class="btn btn-ghost btn-circle text-base-content"
|
||||
onclick="font_modal.showModal()"
|
||||
>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
class="icon icon-tabler icons-tabler-outline icon-tabler-typography"
|
||||
@@ -162,7 +165,7 @@ defineProps<{ user: string; repo: string }>()
|
||||
margin-top: 10px;
|
||||
|
||||
button {
|
||||
color: inherit;
|
||||
color: var(--color-accent);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -278,6 +278,7 @@ $border-color: rgba(18, 19, 58, 0.2);
|
||||
section {
|
||||
padding: 1rem 0 2rem;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.note-content {
|
||||
|
||||
@@ -180,6 +180,7 @@ $border-color: rgba(18, 19, 58, 0.2);
|
||||
section {
|
||||
padding: 1rem 0 2rem;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.note-content {
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
@plugin 'daisyui' {
|
||||
themes:
|
||||
garden --default,
|
||||
emerald --default,
|
||||
forest --prefersdark;
|
||||
}
|
||||
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
// Update these values to change the light and dark themes
|
||||
|
||||
export const themeConfig = {
|
||||
light: "garden",
|
||||
light: 'emerald',
|
||||
dark: 'forest'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user