mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: Add custom CSS for .site-title in head_custom.html
This commit is contained in:
parent
284911cd6b
commit
6d79000d6c
1 changed files with 10 additions and 0 deletions
|
@ -5,6 +5,16 @@
|
|||
<meta property="og:image" content="{{ site.url }}/assets/aider.jpg">
|
||||
<meta property="twitter:image" content="{{ site.url }}/assets/aider-square.jpg">
|
||||
{% endif %}
|
||||
|
||||
<!-- Custom site title styling -->
|
||||
<style>
|
||||
.site-title {
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
color: #157878;
|
||||
/* Add any other CSS properties you want to override */
|
||||
}
|
||||
</style>
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="{{ site.url }}/feed.xml">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" as="style" type="text/css" crossorigin>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue