style(code title): changed default color styling

This commit is contained in:
Geoffrey Garrett 2022-06-28 21:16:55 +02:00
parent f16b31dae0
commit dd37151e8b

View File

@ -1,6 +1,6 @@
.code-title { .code-title {
color: #ff79c6; color: rgba(238, 130, 238, 0.87);
background-color: #424656; background-color: rgba(68, 74, 90, 0.53);
font-family: monospace; font-family: monospace;
display: inline-block; display: inline-block;
position: relative; position: relative;