summaryrefslogtreecommitdiffhomepage
path: root/layouts/partials/custom_head.html
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2024-11-10 18:16:03 -0300
committerLeonardo Santiago <[email protected]>2024-11-10 18:16:03 -0300
commit3b0cc318a42b141a0c7f4b26e51258bb4b402133 (patch)
treeece53fb6148588c7be82b8c09018a2016a60ea30 /layouts/partials/custom_head.html
parente915628010d6ebe0a85f34351cc4ba4c95186b7f (diff)
add line numbers, change style to gruvbox.
Diffstat (limited to 'layouts/partials/custom_head.html')
-rw-r--r--layouts/partials/custom_head.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html
index 523b6cc..cbb24d8 100644
--- a/layouts/partials/custom_head.html
+++ b/layouts/partials/custom_head.html
@@ -10,9 +10,12 @@
ul.blog-posts li a:visited {
color:#ffc069;
}
- code {
+ p code, li code {
color: black;
- background-color: #ffc069;
+ border-radius: 2px;
+ padding-right: 1px;
+ padding-left: 1px;
+ background-color: #ffc069;
}
</style>
<meta property="og:image" content="{{ absURL "preview.jpg" }}" />