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.
|
||||
* 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"]};
|
||||
border: 1px solid #{theme["Buttons Border"]};
|
||||
}
|
||||
.pages a[href],
|
||||
.pages a,
|
||||
#header-bar a {
|
||||
color: #{theme["Navigation Links"]};
|
||||
}
|
||||
@ -307,7 +307,7 @@ input[type=checkbox]:checked + .rice::after {
|
||||
.button,
|
||||
.entry,
|
||||
.replylink,
|
||||
a[href] {
|
||||
a {
|
||||
color: #{theme["Links"]};
|
||||
}
|
||||
.backlink {
|
||||
@ -325,7 +325,7 @@ a[href] {
|
||||
.quotelink:hover,
|
||||
a .name:hover,
|
||||
a .postertrip:hover,
|
||||
a[href]:hover {
|
||||
a:hover {
|
||||
color: #{theme["Hovered Links"]};
|
||||
}
|
||||
#header-bar a:hover,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user