style: update header layout and adjust tag background color for consistency

This commit is contained in:
sHa
2025-05-29 04:18:22 +03:00
parent 9c63c940cb
commit 13077a9925
2 changed files with 16 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
:root {
--primary-color: #3498db;
--primary-color-hover: #2980b9;
--primary-color: #4619c2;
--primary-color-hover: #6447b5;
--secondary-color: #2c3e50;
--background-color: #f8f9fa;
--text-color: #333333;
@@ -22,7 +22,7 @@
--background-color: #181a20;
--color-text: #f5f6fa;
--color-border: #333842;
--color-accent: #4f8cff;
--color-accent: var(--primary-color);
}
}
@@ -33,7 +33,7 @@
--background-color: #181a20;
--color-text: #f5f6fa;
--color-border: #333842;
--color-accent: #4f8cff;
--color-accent: var(--primary-color);
}
:root.light,
@@ -43,7 +43,7 @@
--background-color: #f8f9fa;
--color-text: #333333;
--color-border: #ddd;
--color-accent: #4f8cff;
--color-accent: var(--primary-color);
}
* {