1

Tweak codeblock css

This commit is contained in:
Evan Pratten 2021-03-14 12:43:01 -04:00
parent cef925c9c5
commit f72c622f2b
2 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,7 @@ title: "How I flashed QMK to my Vortex Core"
description: "Open-source firmware on a closed-source keyboard"
date: 2021-03-14 13:00:00
written: 2021-03-14
categories: project keyboards qmk firmware
tags: project keyboards qmk firmware
excerpt: >-
After having some issues with the factory firmware on my 40% keyboard, I decided to replace it with the widely used QMK firmware instead.
redirect_from:

View File

@ -3,7 +3,11 @@ pre {
font-size: 12px;
border: 1px #e1e4e8 solid;
background-color: #f6f8fa;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.19);
&:hover{
box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.19);
transition: 0.15s;
}
}
div.highlighter-rouge {