Colour the profile name and handle with Gruvbox green and blue
This commit is contained in:
+4
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user