Colour the profile name and handle with Gruvbox green and blue

This commit is contained in:
2026-07-02 11:38:56 +02:00
parent 51b082ccf4
commit 613906cd0c
+4 -2
View File
@@ -8,6 +8,8 @@
--fg3: #bdae93;
--fg4: #a89984;
--aqua: #8ec07c;
--green: #98971a;
--blue: #458588;
--line: #3c3836;
--serif: 'Crimson Pro', Georgia, serif;
--mj: 'Manjari', sans-serif;
@@ -72,13 +74,13 @@ body {
font-family: var(--serif);
font-size: 26px;
font-weight: 700;
color: var(--fg);
color: var(--green);
margin-bottom: 3px;
}
.handle {
font-size: 12px;
color: var(--fg4);
color: var(--blue);
font-family: monospace;
margin-bottom: 10px;
letter-spacing: 0.02em;