diff --git a/package-lock.json b/package-lock.json index fe487b67..f5f7dfe3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,9 +9,10 @@ "version": "2.1.0", "license": "MIT", "dependencies": { + "profile-pane": "^3.0.0-264c7cec", "rdflib": "^2.3.5", "solid-logic": "^4.0.2", - "solid-panes": "^4.1.0", + "solid-panes": "^4.1.0-9f0e8dbe", "solid-ui": "^3.0.4" }, "devDependencies": { @@ -8993,9 +8994,9 @@ "license": "MIT" }, "node_modules/profile-pane": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/profile-pane/-/profile-pane-3.0.0.tgz", - "integrity": "sha512-LyX2WI7r41vwdFjA8MIshJyGbpccv2tXnrUeMLvqNhllhg9l7MfGt2Vk9YvlRLTeQ17sV6MPiSE2uSZgW8dYaw==", + "version": "3.0.0-264c7cec", + "resolved": "https://registry.npmjs.org/profile-pane/-/profile-pane-3.0.0-264c7cec.tgz", + "integrity": "sha512-5A399UyENMmZVMC6xew7oaQN6zl5RYmhr7l8PS7Wf1JrDDE5D6DiAORdaQfMf9vyYeeB+SAPHwxmFXALFEWSRg==", "license": "MIT", "dependencies": { "lit-html": "^3.3.2", @@ -10131,9 +10132,9 @@ "license": "MIT" }, "node_modules/solid-panes": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/solid-panes/-/solid-panes-4.1.0.tgz", - "integrity": "sha512-8X6TClAapBZZcYmRA7vESau1a0rHQV5mHrbAIx1OTfHjIh3sYj8RP3jq+4NA+AzW1sFUQ0vwBKlnpK9uzXIF+Q==", + "version": "4.1.0-9f0e8dbe", + "resolved": "https://registry.npmjs.org/solid-panes/-/solid-panes-4.1.0-9f0e8dbe.tgz", + "integrity": "sha512-9MGO28dpgWrFMaofoobX6oIkY9QqkXEyWbvhfXleSaJr8RiLSEi71oN/UpyHoAm53Ky+XSTbAsIuSwerkKHkDw==", "license": "MIT", "dependencies": { "@solid/better-simple-slideshow": "^0.1.0", @@ -10147,7 +10148,7 @@ "meeting-pane": "^3.0.1", "mime-types": "^3.0.2", "pane-registry": "^3.0.1", - "profile-pane": "^3.0.0", + "profile-pane": "^3.0.0-264c7cec", "solid-namespace": "^0.5.4", "source-pane": "^3.0.1" } diff --git a/package.json b/package.json index 5bd14129..c249df8b 100644 --- a/package.json +++ b/package.json @@ -49,16 +49,18 @@ }, "homepage": "https://github.com/solidos/mashlib", "dependencies": { + "profile-pane": "^3.0.0-264c7cec", "rdflib": "^2.3.5", "solid-logic": "^4.0.2", - "solid-panes": "^4.1.0", + "solid-panes": "^4.1.0-9f0e8dbe", "solid-ui": "^3.0.4" }, "overrides": { "rdflib": "$rdflib", "solid-logic": "$solid-logic", "solid-panes": "$solid-panes", - "solid-ui": "$solid-ui" + "solid-ui": "$solid-ui", + "profile-pane": "$profile-pane" }, "devDependencies": { "@babel/cli": "^7.28.6", diff --git a/src/databrowser.html b/src/databrowser.html index 7bf893c0..15132984 100644 --- a/src/databrowser.html +++ b/src/databrowser.html @@ -10,11 +10,11 @@ - +
-
+
diff --git a/src/styles/mash-utilities.css b/src/styles/mash-utilities.css index c29390bc..fd31ed48 100644 --- a/src/styles/mash-utilities.css +++ b/src/styles/mash-utilities.css @@ -91,7 +91,7 @@ width: auto; height: auto; padding: 0.5em 1em; - background: #005fcc; + background: var(--color-primary); color: #fff; z-index: var(--z-index-skip-links); outline: none; diff --git a/src/styles/themes/light.css b/src/styles/themes/light.css index 5a8a8839..d64e9d23 100644 --- a/src/styles/themes/light.css +++ b/src/styles/themes/light.css @@ -6,7 +6,7 @@ :root { /* Background and Text */ --color-background: white; - --color-text: ##1A1A1A; + --color-text: #1A1A1A; --color-text-secondary: #666; --color-text-light: #aaa; --color-text-link: #3B5998; diff --git a/static/browse-test.html b/static/browse-test.html index f43fadc2..76a8ca60 100644 --- a/static/browse-test.html +++ b/static/browse-test.html @@ -99,7 +99,7 @@ - +
diff --git a/static/browse.html b/static/browse.html index f43fadc2..76a8ca60 100644 --- a/static/browse.html +++ b/static/browse.html @@ -99,7 +99,7 @@ - +