mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-06-26 20:06:18 +00:00
Yeet goog fonts (smelly)
Nicer accent colour
This commit is contained in:
parent
ec80ed92a4
commit
ab8e07651a
6 changed files with 24 additions and 12 deletions
|
@ -18,9 +18,7 @@ const { title} = Astro.props;
|
|||
<meta name="generator" content={Astro.generator} />
|
||||
|
||||
<link rel="icon" type="image/webp" href="/src/assets/leg.webp" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://api.fontshare.com/v2/css?f[]=jet-brains-mono@400&f[]=general-sans@1&display=swap">
|
||||
|
||||
<title>{title}</title>
|
||||
</head>
|
||||
|
|
|
@ -103,7 +103,7 @@ const date = new Date(post.data.pubDate);
|
|||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: $orange;
|
||||
color: $accent;
|
||||
transition: all 0.1s ease-in-out;
|
||||
|
||||
&:hover, &:focus-visible {
|
||||
|
@ -144,7 +144,7 @@ const date = new Date(post.data.pubDate);
|
|||
|
||||
font-style: italic;
|
||||
|
||||
border-left: 2px solid $orange;
|
||||
border-left: 2px solid $accent;
|
||||
}
|
||||
|
||||
table {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue