Merge pull request #19 from jgkamat/jay/fix-links

Fix custom link colors
pull/21/head
alphapapa 7 years ago committed by GitHub
commit 5df9dcb3ec

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

@ -1018,9 +1018,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