Skip to content

Commit 251145b

Browse files
committed
make lod links nicer
1 parent 9ca5526 commit 251145b

1 file changed

Lines changed: 21 additions & 5 deletions

File tree

src/ui/screens/events/LodBarcamp.js

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,24 @@ const LodBarcamp = () => {
4343
href="https://codefor.de/bielefeld/"
4444
target="_blank"
4545
rel="noopener noreferrer"
46-
sx={{ cursor: 'pointer', color: 'inherit' }}
46+
sx={{
47+
fontWeight: 'bold',
48+
cursor: 'pointer', color: 'pink.main',
49+
textDecoration: 'none'
50+
}}
4751
>
4852
Code for Bielefeld
4953
</Link>
50-
{" "}
54+
{", "}
5155
<Link
5256
href="https://okfn.de/"
5357
target="_blank"
5458
rel="noopener noreferrer"
55-
sx={{ cursor: 'pointer', color: 'inherit' }}
59+
sx={{
60+
fontWeight: 'bold',
61+
cursor: 'pointer', color: 'pink.main',
62+
textDecoration: 'none'
63+
}}
5664
>
5765
Open Knowledge Foundation Deutschland
5866
</Link>
@@ -61,7 +69,11 @@ const LodBarcamp = () => {
6169
href="https://spark-up.de/"
6270
target="_blank"
6371
rel="noopener noreferrer"
64-
sx={{ cursor: 'pointer', color: 'inherit' }}
72+
sx={{
73+
fontWeight: 'bold',
74+
cursor: 'pointer', color: 'pink.main',
75+
textDecoration: 'none'
76+
}}
6577
>
6678
sparkup
6779
</Link>
@@ -70,7 +82,11 @@ const LodBarcamp = () => {
7082
href="https://foerderfunke.org/"
7183
target="_blank"
7284
rel="noopener noreferrer"
73-
sx={{ cursor: 'pointer', color: 'inherit' }}
85+
sx={{
86+
fontWeight: 'bold',
87+
cursor: 'pointer', color: 'pink.main',
88+
textDecoration: 'none'
89+
}}
7490
>
7591
FörderFunke
7692
</Link>

0 commit comments

Comments
 (0)