From b0b6a4468a6f7dca2395667629a0bbd96d0ce1b7 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 24 May 2024 17:13:13 +0200 Subject: [PATCH] refactor: rename `.subtitle` to `.slogan` in CSS and HTML Unified the terminology across CSS and HTML by renaming the class `.subtitle` to `.slogan` to better reflect its content purpose. This change ensures consistency in naming conventions and improves readability, aligning the class name with its usage within the site framework, specifically relating to the section that emphasizes the site's key message. --- assets/css/base.css | 2 +- templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/base.css b/assets/css/base.css index c53a3bf..94aa844 100644 --- a/assets/css/base.css +++ b/assets/css/base.css @@ -149,7 +149,7 @@ h5 { display: none; } - .subtitle { + .slogan { display: none; } } \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 00fc8db..34dc793 100644 --- a/templates/base.html +++ b/templates/base.html @@ -37,7 +37,7 @@ >Private.coffee

Empowering Privacy with Open Source