4,092
edits
No edit summary |
No edit summary |
||
Line 1,251: | Line 1,251: | ||
justify-content: center; /* Center items horizontally */ | justify-content: center; /* Center items horizontally */ | ||
margin: 0 auto; /* Center the container */ | margin: 0 auto; /* Center the container */ | ||
} | } | ||
Line 1,263: | Line 1,261: | ||
font-family: HALColant-TextRegular; | font-family: HALColant-TextRegular; | ||
color: black; | color: black; | ||
} | |||
.entry-number-in-nrs a { | |||
color: black; | |||
} | |||
.entry-number-in-nrs a:hover { | |||
color: black; | |||
font-weight: italic; | |||
} | } |