1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Using color from palette for all links.

This commit is contained in:
nowrep 2012-09-11 10:49:38 +02:00
parent a15f0bd0ee
commit abc4959e7c
5 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
*[html-link-look="true"]
{
color: blue;
color: palette(link);
text-decoration: underline;
}

View File

@ -6,7 +6,7 @@
*[html-link-look="true"]
{
color: blue;
color: palette(link);
text-decoration: underline;
}

View File

@ -7,7 +7,7 @@
*[html-link-look="true"]
{
color: blue;
color: palette(link);
text-decoration: underline;
}

View File

@ -7,7 +7,7 @@
*[html-link-look="true"]
{
color: blue;
color: palette(link);
text-decoration: underline;
}

View File

@ -7,7 +7,7 @@
*[html-link-look="true"]
{
color: blue;
color: palette(link);
text-decoration: underline;
}