From e0d158de6b7dbdaad50ece563795eea08a92eeaa Mon Sep 17 00:00:00 2001 From: filippo-ferrari Date: Fri, 1 Mar 2024 19:49:26 +0100 Subject: [PATCH] feat: added colors to categories --- content/categories/events/_index.md | 2 +- content/categories/libreboot/_index.md | 2 +- content/categories/linux-mobile/_index.md | 2 +- content/categories/thinkpad/_index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/categories/events/_index.md b/content/categories/events/_index.md index 38eabc8..7c7b325 100644 --- a/content/categories/events/_index.md +++ b/content/categories/events/_index.md @@ -5,6 +5,6 @@ image: events.jpg # Badge style style: - background: "#2a9d8f" + background: "#d96b0b" color: "#fff" --- diff --git a/content/categories/libreboot/_index.md b/content/categories/libreboot/_index.md index 1d7701b..435adc7 100644 --- a/content/categories/libreboot/_index.md +++ b/content/categories/libreboot/_index.md @@ -5,6 +5,6 @@ image: libreboot.jpg # Badge style style: - background: "#2a9d8f" + background: "#57055e" color: "#fff" --- diff --git a/content/categories/linux-mobile/_index.md b/content/categories/linux-mobile/_index.md index 56e4a90..a74417b 100644 --- a/content/categories/linux-mobile/_index.md +++ b/content/categories/linux-mobile/_index.md @@ -5,6 +5,6 @@ image: linux-mobile.jpg # Badge style style: - background: "#2a9d8f" + background: "#04781b" color: "#fff" --- diff --git a/content/categories/thinkpad/_index.md b/content/categories/thinkpad/_index.md index 4a90bfc..46a9041 100644 --- a/content/categories/thinkpad/_index.md +++ b/content/categories/thinkpad/_index.md @@ -5,6 +5,6 @@ image: thinkpad.jpg # Badge style style: - background: "#2a9d8f" + background: "#c4062c" color: "#fff" ---