jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/808421 )

Change subject: [sphinx] Changes sphinx style for code references
......................................................................

[sphinx] Changes sphinx style for code references

- increase size from 1.1 to 1.2em
- colorize the link blue instead of black
- colorize the hover link red/brown

Change-Id: I78552cbacb6feea0868528efce46e7189cbc7a6c
---
M docs/_static/css/pywikibot.css
1 file changed, 7 insertions(+), 0 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/docs/_static/css/pywikibot.css b/docs/_static/css/pywikibot.css
index cce4d5b..ea2ac64 100644
--- a/docs/_static/css/pywikibot.css
+++ b/docs/_static/css/pywikibot.css
@@ -28,3 +28,10 @@
     background-color: #069;
     color: white;
 }
+code.xref {
+    color: #069;
+    font-size: 1.2em
+}
+code.xref:hover {
+    color: #900;
+}
\ No newline at end of file

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/808421
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I78552cbacb6feea0868528efce46e7189cbc7a6c
Gerrit-Change-Number: 808421
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to