— 6 KudosPinned
attention, attention, may i have all your eyes and ears (introduction!)
Category: Friends
@import url('https://fonts.googleapis.com/css2?family=Rokkitt&display=swap'); main { background-color: black; color: #6e9fa7; } :root{ --links: #615a98; --font-family: 'Rokkitt', serif; } a { color: var(--links); } h1, h2, h3, h4, h5 { font-family: var(--font-family); } p.intro { font-family: var(--font-family); font-size: 14pt; box-shadow: 0px 0px 3px 2px #615a98; width: 90%; } u { color: red; } ... » Continue Reading