Remove redundant link colors in hackernews.styl

pull/19/head
Jay Kamat 7 years ago
parent 8a4ba51dbc
commit b69ba825f8
No known key found for this signature in database
GPG Key ID: 5D2E399600F4F7B5

@ -968,9 +968,6 @@ div.crp {
#fbar {
background-color: #073642 !important;
}
a {
color: #268bd2 !important;
}
table {
background-color: #002b36 !important;
}

@ -968,9 +968,6 @@ div.crp {
#fbar {
background-color: #eee8d5 !important;
}
a {
color: #268bd2 !important;
}
table {
background-color: #fdf6e3 !important;
}

@ -24,9 +24,6 @@ pre {
background-color: #073642 !important;
color: #839496 !important;
}
a {
color: #268bd2 !important;
}
table {
background-color: #002b36 !important;
}

@ -24,9 +24,6 @@ pre {
background-color: #eee8d5 !important;
color: #657b83 !important;
}
a {
color: #268bd2 !important;
}
table {
background-color: #fdf6e3 !important;
}

@ -1,8 +1,5 @@
// ** Main
a
color blue
table
background-color()

Loading…
Cancel
Save