aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-11-28 02:33:52 -0500
committerThedro Neely <thedroneely@gmail.com>2019-11-28 02:33:52 -0500
commitba7cd6c830b4d0c56f9c11d5da9a054471c40c3d (patch)
treeca02bb559662fb50a8ee24cc73c3b6ce944209eb /public
parent5f4cc8a5f2f7f2a941bd174c6fba091cd6e924e1 (diff)
downloadthedroneely.com-ba7cd6c830b4d0c56f9c11d5da9a054471c40c3d.tar.gz
thedroneely.com-ba7cd6c830b4d0c56f9c11d5da9a054471c40c3d.tar.bz2
thedroneely.com-ba7cd6c830b4d0c56f9c11d5da9a054471c40c3d.zip
public/css/tdro: Vary code snippet size
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index ef43f87..395f9f7 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -239,6 +239,10 @@ code {
border-radius: 3px;
}
+p code { font-size: 1rem; }
+
+.sidenote code { font-size: 0.8em; }
+
hr {
background-color: #ddd;
border: none;