Skip to content

Commit 26483c2

Browse files
committed
Update the styling of the plugin list
1 parent f4c7620 commit 26483c2

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<div class="announcement-text">
2424
<p>Welcome to the new, community-maintained version of the napari hub!</p>
2525
<p>If you notice any errors with your plugin's information, please
26-
<a href="https://github.com/napari/hub-lite" rel="noreferrer" target="_blank" class="announcement-link">
26+
<a href="https://github.com/napari/hub-lite/issues/new" rel="noreferrer" target="_blank" class="announcement-link">
2727
open an issue
2828
</a>.
2929
</p>

static/css/styles/base.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 10%);
4040
--font-family-base: 'Atkinson Hyperlegible', arial, sans-serif;
4141
--font-family-mono: 'JetBrains Mono', monospace;
42-
4342
}
4443

4544
/* Base HTML elements */
@@ -55,7 +54,6 @@ body {
5554

5655
h1, h2, h3, h4, h5, h6 {
5756
font-weight: 600;
58-
line-height: 1.25;
5957
}
6058

6159
h1 { font-size: 2.25rem; }

static/css/styles/components-detail.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Reusable UI component styles */
1+
/* Reusable UI component styles for plugin detail page */
22

33
/* region Plugin detail page from each_plugin_template */
44

templates/each_plugin_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="announcement-text">
3030
<p>Welcome to the new, community-maintained version of the napari hub!</p>
3131
<p>If you notice any errors with your plugin's information, please
32-
<a href="https://github.com/napari/hub-lite" rel="noreferrer" target="_blank"
32+
<a href="https://github.com/napari/hub-lite/issues/new" rel="noreferrer" target="_blank"
3333
class="announcement-link">
3434
open an issue
3535
</a>.

0 commit comments

Comments
 (0)