aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets/css
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-05 18:15:25 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-05 18:15:25 +0300
commita87d3b1813abf35dbd8a847e8aec7c29f8d4a921 (patch)
treebeebda3587d00e049b4343758f71ccfb1096beab /assets/css
parentREADME: update (diff)
downloadjekyll-theme-a87d3b1813abf35dbd8a847e8aec7c29f8d4a921.tar.gz
jekyll-theme-a87d3b1813abf35dbd8a847e8aec7c29f8d4a921.zip
change of heart: smaller font size for code is OK
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/common/misc.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/assets/css/common/misc.css b/assets/css/common/misc.css
index 3e40ce2..492a186 100644
--- a/assets/css/common/misc.css
+++ b/assets/css/common/misc.css
@@ -30,13 +30,6 @@ pre code {
.highlight {
background-color: #fafafa !important;
}
-/* Use the default font size and color for <pre> and <code>. */
-pre {
- font-size: inherit;
-}
-code {
- font-size: inherit;
-}
/* Prevent <code> elements from standing out from alerts. */
.alert code {
padding: 0;