style(code block titles): changed colors slightly

This commit is contained in:
Geoffrey Garrett 2022-06-29 06:01:06 +02:00
parent eba33521ad
commit e0567a592e

View File

@ -1,6 +1,6 @@
.code-title { .code-title {
color: rgba(238, 130, 238, 0.87); color: rgb(222, 114, 222);
background-color: rgba(68, 74, 90, 0.53); background-color: rgb(42, 47, 55);
font-family: monospace; font-family: monospace;
display: inline-block; display: inline-block;
position: relative; position: relative;