Skip to content
31 changes: 16 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,18 @@
},
"homepage": "https://github.com/solidos/mashlib",
"dependencies": {
"profile-pane": "^3.0.0-38eb48ae",
"rdflib": "^2.3.5",
"solid-logic": "^4.0.2",
"solid-panes": "^4.1.0",
"solid-panes": "^4.1.0-4b1e1376",
"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",
Expand Down
4 changes: 2 additions & 2 deletions src/databrowser.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
</script>
</head>
<body id="PageBody">
<a href="#DummyUUID" class="skip-link">Skip to main content</a>
<a href="#me" class="skip-link">Skip to main content</a>
<!-- solid-panes' OutlineManager injects into this element -->
<header id="PageHeader" role="banner"></header>
<main id="mainContent" tabindex="-1">
<div class="TabulatorOutline" id="DummyUUID">
<div class="TabulatorOutline" id="me">
<table id="outline">
<thead>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/mash-utilities.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/themes/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions static/browse-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
</script>
</head>
<body>
<a href="#DummyUUID" class="skip-link">Skip to main content</a>
<a href="#me" class="skip-link">Skip to main content</a>

<header id="PageHeader" role="banner" class="header-mash">
The SolidOS Databrowser
Expand All @@ -115,7 +115,7 @@
</div>
</div>

<div class="TabulatorOutline" id="DummyUUID">
<div class="TabulatorOutline" id="me">
<table id="outline">
<thead>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions static/browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
</script>
</head>
<body>
<a href="#DummyUUID" class="skip-link">Skip to main content</a>
<a href="#me" class="skip-link">Skip to main content</a>

<header id="PageHeader" role="banner" class="header-mash">
The SolidOS Databrowser
Expand All @@ -115,7 +115,7 @@
</div>
</div>

<div class="TabulatorOutline" id="DummyUUID">
<div class="TabulatorOutline" id="me">
<table id="outline">
<thead>
<tr>
Expand Down