mirror of
https://github.com/shadoll/sLogos.git
synced 2026-02-04 11:03:24 +00:00
style: update header layout and adjust tag background color for consistency
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
* {
|
||||
|
||||
Reference in New Issue
Block a user