Page MenuHomeFreeBSD
Paste P467

docbook.css: fix color for <githash> tags
ActivePublic

Authored by gjb on Dec 22 2020, 7:05 PM.
Tags
None
Referenced Files
F14051749: docbook.css: fix color for <githash> tags
Dec 22 2020, 7:05 PM
Subscribers
None
git diff share/misc/docbook.css
diff --git a/share/misc/docbook.css b/share/misc/docbook.css
index c4029cf975..38e7bf476e 100644
--- a/share/misc/docbook.css
+++ b/share/misc/docbook.css
@@ -265,6 +265,10 @@ html {
color: #007a00;
}
+.gitref {
+ color: #007a00;
+}
+
.guimenu, .guimenuitem, .guisubmenu,
.guilabel, .interface,
.shortcut, .shortcut .keycap {

Event Timeline

gjb created this object in space S1 Global.