diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-05 18:15:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-05 18:15:25 +0300 |
commit | a87d3b1813abf35dbd8a847e8aec7c29f8d4a921 (patch) | |
tree | beebda3587d00e049b4343758f71ccfb1096beab /assets | |
parent | README: update (diff) | |
download | jekyll-theme-a87d3b1813abf35dbd8a847e8aec7c29f8d4a921.tar.gz jekyll-theme-a87d3b1813abf35dbd8a847e8aec7c29f8d4a921.zip |
change of heart: smaller font size for code is OK
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/common/misc.css | 7 |
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; |