summaryrefslogtreecommitdiffhomepage
path: root/layouts/partials/custom_head.html
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2024-06-01 15:25:15 -0300
committerLeonardo Santiago <[email protected]>2024-06-01 15:25:15 -0300
commit735b245871d94cb6ace8913cd1370b02b5aeb28b (patch)
tree10d9e97d553a5059513a34a5f2b09ae8e9a0dab0 /layouts/partials/custom_head.html
parent31bc6a2f54d86a4978be063f5e614881c625c597 (diff)
remove old theme, use bearblog theme instead
Diffstat (limited to 'layouts/partials/custom_head.html')
-rw-r--r--layouts/partials/custom_head.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html
new file mode 100644
index 0000000..71cbf20
--- /dev/null
+++ b/layouts/partials/custom_head.html
@@ -0,0 +1,17 @@
+<style>
+ a {
+ color:#fa8c16;
+ text-decoration: none;
+ }
+ a:hover {
+ color:#d46b08;
+ text-decoration: dotted underline;
+ }
+ ul.blog-posts li a:visited {
+ color:#ffc069;
+ }
+ code {
+ color: black;
+ background-color: #ffc069;
+ }
+</style>