StyleGuides / WritingStyleGuide

The official Red Hat guide to writing clear, concise, and consistent technical documentation.
Creative Commons Attribution Share Alike 4.0 International
71 stars 19 forks source link

Footnote update #560

Closed harpasin closed 4 months ago

harpasin commented 4 months ago

I have added ulink tag to a URL footnote. Changing color for a non-URL footnote requires css update. We can do this by updating configuration file for site building tool.

Before LightMode image DarkMode image

After LightMode image DarkMode image

harpasin commented 4 months ago

Changing color for a non-URL footnote:

You can update common css file in the website, but you have to do the same changes every time you build the website. It is better to update the footnote color in the css file for publican package. Location of the file in fedora:- /usr/share/publican/Common_Content/common/en-US/css/common.css Color: #73BCF7

julian-cable commented 4 months ago

This PR relates to issue #479, but unlinking that issue for now as a reminder to update the CSS file separately in the publican package.