diff options
author | Camil Staps | 2019-01-02 18:57:59 +0100 |
---|---|---|
committer | Camil Staps | 2019-01-02 18:57:59 +0100 |
commit | 19ba5483aed02f4efb213e08e5712c898b82a983 (patch) | |
tree | 3b459675e7f37c8a69cb96572faadbd293ca8a87 /resources/sass | |
parent | Remove 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.scss | 4 |
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 { |