test adding indication of hyperlinks
This commit is contained in:
parent
5dc69c576c
commit
cb6d7f2f47
@ -4177,12 +4177,13 @@ h6 {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
color: #2199e8;
|
color: #2199e8;
|
||||||
text-decoration: none;
|
text-decoration: underline dotted #1e2637;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
|
|
||||||
a:hover, a:focus {
|
a:hover, a:focus {
|
||||||
color: #1585cf; }
|
color: #1585cf;
|
||||||
|
text-decoration: underline dashed #1585cf; }
|
||||||
a img {
|
a img {
|
||||||
border: 0; }
|
border: 0; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user