commit 995eb259cb1bcb4fd71b6cffc5df5642f05a5f0d
parent d749bec93d39541e1a1de127fcb31b9175e01788
Author: Beau <cbeauhilton@gmail.com>
Date: Fri, 11 Nov 2022 22:04:58 -0600
code styling
Diffstat:
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/style.css b/style.css
@@ -64,7 +64,7 @@ section#masthead h1 a:visited{
text-decoration:none;
}
-h2,h3,h4{
+h1, h2,h3,h4{
margin-top:2em;
font-size:1.5em;
line-height:1.5em;
@@ -166,6 +166,13 @@ h5{ /* used only for the index page */
color:#b9b9b9
}
+ code{
+ font-size:.8em;
+ background: #111;
+ padding: 0 2px;
+ border-radius: 4px
+ }
+
a{
color:#368aeb
}