mirror of
https://github.com/michivonah/website-v3.git
synced 2025-12-22 21:36:28 +01:00
speed improvements + fix deprecation in hugo.toml + fix typo
This commit is contained in:
parent
17effb40bb
commit
ebe56d70a9
6 changed files with 81 additions and 78 deletions
|
|
@ -10,6 +10,7 @@ i[class^="ai-"]:before, i[class*=" ai-"]:before {
|
|||
font-style: normal;
|
||||
font-weight: normal !important;
|
||||
font-variant: normal;
|
||||
font-display: swap;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
|
|
|||
|
|
@ -11,8 +11,6 @@ User-agent: PerplexityBot
|
|||
Disallow: /
|
||||
User-agent: anthropic-ai
|
||||
Disallow: /
|
||||
User-agent: Claude-Web
|
||||
Disallow: /
|
||||
User-agent: ClaudeBot
|
||||
Disallow: /
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ body{
|
|||
--secondary: #2980b9;
|
||||
--background: #181818;
|
||||
--color: #f8f8f8;
|
||||
--font: "Source Sans 3", sans-serif;
|
||||
--font: "Source Sans 3", Arial, Helvetica, sans-serif;
|
||||
--border: 2px solid var(--color);
|
||||
--borderPrimary: 2px solid var(--primary);
|
||||
--baseRadius: 12px;
|
||||
|
|
@ -268,7 +268,7 @@ nav.small .nav-links a:last-child:focus{
|
|||
}
|
||||
|
||||
.hero h1{
|
||||
margin: 30px 20px 0;
|
||||
margin: 60px 20px 0;
|
||||
font-size: 6rem;
|
||||
transition: var(--baseTransition);
|
||||
letter-spacing: -0.6rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue