feat: cool violet
This commit is contained in:
parent
f716c1f813
commit
dccc66c627
|
@ -30,7 +30,7 @@
|
||||||
"location": {
|
"location": {
|
||||||
"address": "Brest, France",
|
"address": "Brest, France",
|
||||||
"link": "https://www.openstreetmap.org/#map=12/48.3930/-4.4601",
|
"link": "https://www.openstreetmap.org/#map=12/48.3930/-4.4601",
|
||||||
"icon": "fas fa-map-marker-alt"
|
"icon": "fas fa-location-arrow"
|
||||||
},
|
},
|
||||||
|
|
||||||
"socials": [
|
"socials": [
|
||||||
|
@ -48,6 +48,11 @@
|
||||||
"network": "Matrix.to",
|
"network": "Matrix.to",
|
||||||
"url": "https://matrix.to/#/@fainsil:inpt.fr",
|
"url": "https://matrix.to/#/@fainsil:inpt.fr",
|
||||||
"icon": "far fa-comments"
|
"icon": "far fa-comments"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"network": "Signal",
|
||||||
|
"url": "https://signal.org/",
|
||||||
|
"icon": "fas fa-lock"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,10 @@ ul {
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section > ul {
|
||||||
|
padding-left: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
.timeline > li {
|
.timeline > li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
@ -35,7 +39,7 @@ li.event {
|
||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
display: inline;
|
display: inline;
|
||||||
border-bottom: 2px #283593 solid;
|
border-bottom: 2px #942994 solid;
|
||||||
border-radius: 0.2em;
|
border-radius: 0.2em;
|
||||||
margin: .3em .3em 1em 0;
|
margin: .3em .3em 1em 0;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue