• R/O
  • SSH

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision7789276433d83c533dc09864e77b4db8f3cd5560 (tree)
Zeit2022-06-29 23:47:56
AutorAlbert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Log Message

Updated css for external links

Ändern Zusammenfassung

Diff

diff -r 78f738c15c54 -r 7789276433d8 _external_templates/static/SwBMnl+rtfd.css
--- a/_external_templates/static/SwBMnl+rtfd.css Wed Jun 29 16:39:37 2022 +0200
+++ b/_external_templates/static/SwBMnl+rtfd.css Wed Jun 29 16:47:56 2022 +0200
@@ -80,12 +80,14 @@
8080 }
8181
8282 .rst-content a.external {
83- color: blue;
83+ color: inherit;
8484 border: 0.5px solid #d6d6d6;
8585 text-decoration: underline;
8686 text-decoration-color: #d6d6d6;
8787 }
8888 .rst-content a.external:visited { color:inherit;}
89-.rst-content a.external:hover { color:#000066;}
90-
91-
89+.rst-content a.external:hover {
90+ color:#000066;
91+ text-decoration: underline;
92+ text-decoration-color: #000066;
93+}