15 lines
218 B
CSS
15 lines
218 B
CSS
|
|
aside.aside_right .relative_box {
|
|
border-style: none;
|
|
}
|
|
|
|
.actu_evenements > * {
|
|
margin-bottom: var(--gap-unit);
|
|
}
|
|
|
|
.highlight_text {
|
|
background-color: hsl(var(--hue-4) 80% 95%);
|
|
padding: 0px;
|
|
margin-top: 40px;
|
|
}
|