Prettify code

This commit is contained in:
Lucas Larroche 2021-10-24 12:33:20 +07:00
parent 868e5d20cb
commit 5f6e3c1abd
59 changed files with 1079 additions and 1027 deletions

View file

@ -2,7 +2,6 @@
* Code
*/
// Reboot based on :
// - normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
// - sanitize.css v12.0.1 | CC0 1.0 Universal | github.com/csstools/sanitize.css
@ -15,7 +14,7 @@ code,
kbd,
samp {
font-family: var(--font-family); // 1
font-size: .875em; // 2
font-size: 0.875em; // 2
}
// Prevent overflow of the container in all browsers (opinionated)
@ -24,7 +23,6 @@ pre {
overflow: auto;
}
// Pico
//
@ -41,7 +39,7 @@ kbd {
code,
kbd {
display: inline-block;
padding: .375rem .5rem;
padding: 0.375rem 0.5rem;
}
pre {
@ -60,7 +58,6 @@ pre {
// Code Syntax
code {
// Tags
b {
color: var(--code-tag-color);