mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 11:14:59 +00:00
style: Update "Aider" logo to use terminal font and green color
This commit is contained in:
parent
447347c760
commit
0aeecf4d9a
1 changed files with 9 additions and 1 deletions
|
@ -6,6 +6,11 @@
|
||||||
<title>Aider - AI Pair Programming in Your Terminal</title>
|
<title>Aider - AI Pair Programming in Your Terminal</title>
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap">
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap">
|
||||||
<style>
|
<style>
|
||||||
|
@font-face {
|
||||||
|
font-family: GlassTTYVT220;
|
||||||
|
src: local("Glass TTY VT220"), local("Glass TTY VT220 Medium"), url(/font/Glass_TTY_VT220.ttf) format("truetype");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--primary: #4C6EF5;
|
--primary: #4C6EF5;
|
||||||
--primary-dark: #3b5bdb;
|
--primary-dark: #3b5bdb;
|
||||||
|
@ -14,6 +19,7 @@
|
||||||
--light: #F8F9FA;
|
--light: #F8F9FA;
|
||||||
--gray: #ADB5BD;
|
--gray: #ADB5BD;
|
||||||
--code-bg: #282a36;
|
--code-bg: #282a36;
|
||||||
|
--terminal-green: #18d818;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
@ -54,8 +60,10 @@
|
||||||
.logo {
|
.logo {
|
||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: var(--primary);
|
font-family: 'GlassTTYVT220', monospace;
|
||||||
|
color: var(--terminal-green);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
letter-spacing: 0.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-links {
|
.nav-links {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue