[question] how to make the glossary terms in bold

[question] how to make the glossary terms in bold

por José Oliveira -
Número de respostas: 2

Hi,

when i create a glossary the terms looks like normal text in thr standard theme. How can i make the glossary terms in bold?

Do i have to edit a css? where?

thanks

Em resposta a 'José Oliveira'

Re: [question] how to make the glossary terms in bold

por Joseph Rézeau -
Foto de Core developers Foto de Particularly helpful Moodlers Foto de Plugin developers Foto de Testers Foto de Translators

Add this CSS rule:

a.glossary.autolink {
  font-weight:bold;
}

Joseph