add fontawsome :3

This commit is contained in:
ashley 2024-05-01 06:40:12 +00:00
parent 477ba74e83
commit b8dad3e52b

View file

@ -20,10 +20,7 @@
<!-- Global Header--> <!-- Global Header-->
<!-- This should be inserted as a component/partial --> <!-- This should be inserted as a component/partial -->
<!-- Eventfully, this should be used on ALL pages, to keep things -->
<!-- things consistant across Poke. -->
<header> <header>
<div class="header-content"> <div class="header-content">
<div class="header-start"> <div class="header-start">
@ -91,6 +88,7 @@
justify-content: space-between; justify-content: space-between;
max-width: 1264px; max-width: 1264px;
margin: auto; margin: auto;
height: 3em;
} }
.header-start { .header-start {
@ -100,6 +98,7 @@
.header-start img { .header-start img {
height: 32px; height: 32px;
margin-top: 3em;
} }
form[action="/search"] { form[action="/search"] {
@ -151,4 +150,4 @@
color: white; color: white;
gap: 6px; gap: 6px;
} }
</style> </style> <link href="<%- proxyurl %>/https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css" rel=stylesheet>