[question] how to make the glossary terms in bold

[question] how to make the glossary terms in bold

از José Oliveira در
Number of replies: 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

میانگین امتیازات:  -
In reply to José Oliveira

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

از Joseph Rézeau در
عکس Core developers عکس Particularly helpful Moodlers عکس Plugin developers عکس Testers عکس Translators

Add this CSS rule:

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

Joseph