[question] how to make the glossary terms in bold

[question] how to make the glossary terms in bold

napisao/la José Oliveira -
Broj odgovora: 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

U odgovoru na José Oliveira

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

napisao/la Joseph Rézeau -
Slika Core developers Slika Particularly helpful Moodlers Slika Plugin developers Slika Testers Slika Translators

Add this CSS rule:

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

Joseph