Skip to content

Commit d062b15

Browse files
committed
styling
1 parent 86de7bb commit d062b15

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

pages/maps/+Page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function SourceItem({ source }) {
5757

5858
return h(LinkCard, {
5959
href,
60-
title: h('h1',"#" + source_id + " " + name),
60+
title: h('h1', name),
6161
className: 'item'
6262
}, [
6363
h.if(source.raster_url != null)([" ", h("span.raster", "Raster")]),

pages/maps/main.module.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ h1 {
1919
row-gap: 0;
2020
flex-wrap: wrap;
2121

22-
a {
23-
color: white !important;
24-
}
25-
2622
.link-title {
2723
display: flex;
2824
justify-content: space-between;

0 commit comments

Comments
 (0)