diff options
-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 { |