From ed6bd3cd3cb8e28f307023a160e2e3ba86c3a81f Mon Sep 17 00:00:00 2001 From: HACKER3000 Date: Sun, 6 Jun 2021 13:52:08 +0200 Subject: [PATCH] Also style boxHead and rightHead it was annoying me --- modern.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modern.css b/modern.css index 1166788..625e7be 100644 --- a/modern.css +++ b/modern.css @@ -186,3 +186,12 @@ code { .shortRight { padding-left: 20px; } + + +.rightHead, .boxHead { + color: white; + background: rgba(128,128,128,0.5); + border: 3px solid; + border-image-slice: 1; + border-image-source: linear-gradient(to left, cyan, blue, magenta); +}