Revert a[href]
This commit is contained in:
parent
918d364fc1
commit
0352812e07
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* appchan x - Version 2.0.5 - 2013-05-28
|
* appchan x - Version 2.0.5 - 2013-05-29
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -283,7 +283,7 @@ textarea {
|
|||||||
background: #{theme["Buttons Background"]};
|
background: #{theme["Buttons Background"]};
|
||||||
border: 1px solid #{theme["Buttons Border"]};
|
border: 1px solid #{theme["Buttons Border"]};
|
||||||
}
|
}
|
||||||
.pages a[href],
|
.pages a,
|
||||||
#header-bar a {
|
#header-bar a {
|
||||||
color: #{theme["Navigation Links"]};
|
color: #{theme["Navigation Links"]};
|
||||||
}
|
}
|
||||||
@ -307,7 +307,7 @@ input[type=checkbox]:checked + .rice::after {
|
|||||||
.button,
|
.button,
|
||||||
.entry,
|
.entry,
|
||||||
.replylink,
|
.replylink,
|
||||||
a[href] {
|
a {
|
||||||
color: #{theme["Links"]};
|
color: #{theme["Links"]};
|
||||||
}
|
}
|
||||||
.backlink {
|
.backlink {
|
||||||
@ -325,7 +325,7 @@ a[href] {
|
|||||||
.quotelink:hover,
|
.quotelink:hover,
|
||||||
a .name:hover,
|
a .name:hover,
|
||||||
a .postertrip:hover,
|
a .postertrip:hover,
|
||||||
a[href]:hover {
|
a:hover {
|
||||||
color: #{theme["Hovered Links"]};
|
color: #{theme["Hovered Links"]};
|
||||||
}
|
}
|
||||||
#header-bar a:hover,
|
#header-bar a:hover,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user