summaryrefslogtreecommitdiffhomepage
path: root/resources/sass
diff options
context:
space:
mode:
authorCamil Staps2019-01-02 18:57:59 +0100
committerCamil Staps2019-01-02 18:57:59 +0100
commit19ba5483aed02f4efb213e08e5712c898b82a983 (patch)
tree3b459675e7f37c8a69cb96572faadbd293ca8a87 /resources/sass
parentRemove moderating Philosophy.SE from interests (diff)
Give code blocks in links color of links (because links are not underlined, otherwise these links are invisible)
Diffstat (limited to 'resources/sass')
-rw-r--r--resources/sass/style.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/sass/style.scss b/resources/sass/style.scss
index 94045c4..6b222f6 100644
--- a/resources/sass/style.scss
+++ b/resources/sass/style.scss
@@ -31,6 +31,10 @@ hr {
margin: 0;
}
+a code {
+ color: inherit;
+}
+
table {
&.main_table {
> tbody > tr > td:first-child {