Response
f00f the f00fy 1728765642315

The current contents of my custom CSS field if anyone cares:

body, button, input {
  font-family: monospace, "Noto Mono";
  --radius: 0;
}

p, nav button, nav a.button {
  font-size: 11pt;
}

.notification {
  background: inherit;
  color: inherit;
  font-size: inherit;
}

button.primary, a.button.primary {
  background: var(--color-lowered);
  color: var(--color-primary);
}

button.primary:hover, a.button.primary:hover, button:not(nav *):hover, a.button:not(nav *):hover {
  background: var(--color-super-lowered)
}

nav, nav button, nav a.button, .pillmenu a, .sidenav a {
  padding: 0 0.75rem;
  border: none;
  height: unset;
}

nav button::before, nav a::before, .card:not(:has(form)) button, .card:not(:has(form)) a.button {
  border-radius: 0;
}

.pillmenu {
  border: none;
  border-radius: 0;
  --radius: 0;
}

.card, .card-nest, .card-nest .card:last-child {
  border: none;
}
Comment

wait where do you put this, i've been wondering since i've been wanting to put some css editing on my profile


Reactions

Replies
Add a reply

It was just added at the very bottom of Settings -> Profile.

f00f the f00fy 1728765803008
1

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue