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