This commit is contained in:
parent
1aea08b545
commit
aa67c0dcae
1 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
<style>
|
||||
@font-face {
|
||||
font-family: FreePixel;
|
||||
src: url(/public/@brooke/font/static/PixelifySans-Regular.ttf)
|
||||
src: url(/@brooke/font/static/PixelifySans-Regular.ttf)
|
||||
format("truetype");
|
||||
}
|
||||
:root {
|
||||
|
@ -14,9 +14,9 @@
|
|||
--accent-1: #d182ff;
|
||||
--accent-2: #eb53d3;
|
||||
--content-spacing: 5px;
|
||||
--background-img: url("/public/@brooke/bg.jpg");
|
||||
--banner: url("/public/@brooke/fractal.gif");
|
||||
--titleBars: url("/public/@brooke/title-bar.jpg");
|
||||
--background-img: url("/@brooke/bg.jpg");
|
||||
--banner: url("/@brooke/fractal.gif");
|
||||
--titleBars: url("/@brooke/title-bar.jpg");
|
||||
--text-color: white;
|
||||
--link-color: var(--accent-1);
|
||||
--border: 1px solid black;
|
||||
|
@ -124,26 +124,26 @@
|
|||
/>
|
||||
</a>
|
||||
<img
|
||||
src="/public/@brooke/trans.png"
|
||||
src="/@brooke/trans.png"
|
||||
height="32"
|
||||
width="auto"
|
||||
alt="A trans flag."
|
||||
/>
|
||||
<img
|
||||
src="/public/@brooke/piracy.gif"
|
||||
src="/@brooke/piracy.gif"
|
||||
height="32"
|
||||
width="auto"
|
||||
alt="A piracy flag."
|
||||
/>
|
||||
<img
|
||||
src="/public/@brooke/acab.gif"
|
||||
src="/@brooke/acab.gif"
|
||||
height="32"
|
||||
width="auto"
|
||||
alt="All Cops Are Bastards."
|
||||
/>
|
||||
<a target="_blank" href="https://besties.house/"
|
||||
><img
|
||||
src="/public/@brooke/besties.gif"
|
||||
src="/@brooke/besties.gif"
|
||||
height="32"
|
||||
width="auto"
|
||||
alt="Besties.house, first unionised group chat."
|
||||
|
|
Loading…
Add table
Reference in a new issue