From 0cf68b80957259942cf0a2eac720411f7c4672b0 Mon Sep 17 00:00:00 2001 From: Matteias Collet Date: Fri, 5 Nov 2021 01:39:04 +0000 Subject: [PATCH] minor styling --- site/.vuepress/components/CodeList.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/site/.vuepress/components/CodeList.vue b/site/.vuepress/components/CodeList.vue index 5aa20fc..05047c1 100644 --- a/site/.vuepress/components/CodeList.vue +++ b/site/.vuepress/components/CodeList.vue @@ -219,12 +219,8 @@ ul li { text-align: left; } -ul li { - background: #f9f9f9; -} - ul li:nth-child(odd) { - background: #e7e7e7; + background: #f3f3f3; } ul li:not(.disabled):hover { @@ -259,7 +255,7 @@ li { li::before { content: ''; position: absolute; - border-color: #a6a6a6; + border-color: #e7e7e7; border-style: solid; border-width: 2px; border-radius: 50%;