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 { #fbar {
background-color: #073642 !important; background-color: #073642 !important;
} }
a {
color: #268bd2 !important;
}
table { table {
background-color: #002b36 !important; background-color: #002b36 !important;
} }

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

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

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

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

Loading…
Cancel
Save