[question] how to make the glossary terms in bold

[question] how to make the glossary terms in bold

av José Oliveira -
Antal svar: 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

Medeltalet av utvärderingarna: -
Som svar till José Oliveira

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

av Joseph Rézeau -
Bild av Core developers Bild av Particularly helpful Moodlers Bild av Plugin developers Bild av Testers Bild av Translators

Add this CSS rule:

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

Joseph

Medeltalet av utvärderingarna: -
Som svar till Joseph Rézeau

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

av José Oliveira -

Thanks Joseph,

 

Is this code for all the terms with links in moodle documents or for the terms inside the glossary?

Medeltalet av utvärderingarna: -