Doc: Remove styling for hyperlinks from the simplified offline style
Using a dark theme with the simplified offline style in Qt Assistant results in hard to see links against a dark background. Let the backend style the hyperlinks instead. Pick-to: 6.1 6.0 5.15 Fixes: QTBUG-32778 Change-Id: I51ca87f8a526a07a385e42a3c978712ac4d1e91b Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
c4c2ce5b82
commit
6ab1f92650
@ -8,10 +8,6 @@ pre, .LegaleseLeft {
|
|||||||
overflow-x:auto;
|
overflow-x:auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre a[href] {
|
|
||||||
color: #5caa15;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
margin: 15px 0px 10px 15px;
|
margin: 15px 0px 10px 15px;
|
||||||
@ -22,16 +18,6 @@ table p {
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a[href] {
|
|
||||||
color: #007330;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Different color for ext. links */
|
|
||||||
a[href|="http://"], a[href|="https://"] {
|
|
||||||
color: #6bb8db;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1.title {
|
h1.title {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user