mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Using color from palette for all links.
This commit is contained in:
parent
a15f0bd0ee
commit
abc4959e7c
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
*[html-link-look="true"]
|
*[html-link-look="true"]
|
||||||
{
|
{
|
||||||
color: blue;
|
color: palette(link);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
*[html-link-look="true"]
|
*[html-link-look="true"]
|
||||||
{
|
{
|
||||||
color: blue;
|
color: palette(link);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
*[html-link-look="true"]
|
*[html-link-look="true"]
|
||||||
{
|
{
|
||||||
color: blue;
|
color: palette(link);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
*[html-link-look="true"]
|
*[html-link-look="true"]
|
||||||
{
|
{
|
||||||
color: blue;
|
color: palette(link);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
*[html-link-look="true"]
|
*[html-link-look="true"]
|
||||||
{
|
{
|
||||||
color: blue;
|
color: palette(link);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user