summaryrefslogtreecommitdiff
path: root/static/grapheneos.css
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-12-28 05:44:15 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-12-28 05:45:05 -0500
commitc950578c7bdd1451b7b0a70caee61020d37aa464 (patch)
tree4200eb4b6f21cbf72c62b6164d576a48ef963163 /static/grapheneos.css
parent72ca88ec19ace57836871bad8aba6b9343cea37c (diff)
add styling for inline code blocks too
Diffstat (limited to 'static/grapheneos.css')
-rw-r--r--static/grapheneos.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css
index 3e64713b..d3c3af01 100644
--- a/static/grapheneos.css
+++ b/static/grapheneos.css
@@ -35,15 +35,19 @@ h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited,
color: rgba(0, 0, 0, 0.87); /* 87% black */
}
+code, pre {
+ background-color: #e0e0e0; /* grey300 */
+ font-family: "Roboto Mono", monospace;
+}
+
pre {
overflow-x: auto;
- background-color: #e0e0e0; /* grey300 */
border-radius: 5px;
padding: 10px;
}
-code, pre {
- font-family: "Roboto Mono", monospace;
+code {
+ border-radius: 2.5px;
}
#site-menu ul {