Revert a[href]

This commit is contained in:
Zixaphir 2013-05-29 05:53:46 -07:00
parent 918d364fc1
commit 0352812e07
5 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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,