[question] how to make the glossary terms in bold

[question] how to make the glossary terms in bold

José Oliveira -
Колькасьць адказаў: 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

Сярэдняе рэйтынгаў: -
У адказ на 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