mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 20:55:21 +00:00
Fix css variables
This commit is contained in:
parent
ad7872d19f
commit
0758fb9f3d
@ -32,8 +32,9 @@
|
||||
return x;
|
||||
});
|
||||
|
||||
const title = "{{page.fileSlug}}" || "Home"
|
||||
const currentNode = {
|
||||
title: "{{page.fileSlug}}",
|
||||
title,
|
||||
id: 0,
|
||||
url: "{{page.url}}"
|
||||
};
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div x-init="isDesktop = window.innerWidth>=1100; rerenderGraph()"
|
||||
<div x-init="isDesktop = window.innerWidth>=1100;"
|
||||
x-on:resize.window="isDesktop = (window.innerWidth>=1100) ? true : false;"
|
||||
x-data="sidebarData">
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
***/
|
||||
|
||||
|
||||
body{
|
||||
:root{
|
||||
--background-primary: rgb(32, 31, 31);
|
||||
--background-secondary: rgb(57, 56, 56);
|
||||
--text-normal: #dcddde;
|
||||
|
Loading…
x
Reference in New Issue
Block a user