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