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. Fixes: QTBUG-32778 Change-Id: I51ca87f8a526a07a385e42a3c978712ac4d1e91b Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 6ab1f926504e7e4ad64e439f1bb0f7c0f4d3ba01) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
57dad64fe9
commit
41743795ae
@ -8,10 +8,6 @@ pre, .LegaleseLeft {
|
||||
overflow-x:auto;
|
||||
}
|
||||
|
||||
pre a[href] {
|
||||
color: #5caa15;
|
||||
}
|
||||
|
||||
p {
|
||||
width: 70%;
|
||||
margin: 15px 0px 10px 15px;
|
||||
@ -22,16 +18,6 @@ table p {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
a[href] {
|
||||
color: #007330;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Different color for ext. links */
|
||||
a[href|="http://"], a[href|="https://"] {
|
||||
color: #6bb8db;
|
||||
}
|
||||
|
||||
h1.title {
|
||||
margin-top: 30px;
|
||||
margin-left: 6px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user