Commit 3f9dc430 authored by Ategon's avatar Ategon Committed by Grant
Browse files

Make text have parity on chromium and firefox

parent 98f2cfba
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ export const EventInfoModal = () => {
              <Alert
                color="primary"
                variant="faded"
                classNames={{ title: "font-semibold" }}
                title="Are you a Fediverse developer?"
                description={
                  <>
@@ -90,6 +91,7 @@ export const EventInfoModal = () => {
              <Alert
                color="secondary"
                variant="faded"
                classNames={{ title: "font-semibold" }}
                title="Interested in contributing?"
                description={
                  <>
+15 −1
Original line number Diff line number Diff line
@import "tailwindcss";

:root {
  --canvas-font-family:
    "Segoe UI", Tahoma, Arial, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", sans-serif;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--canvas-font-family);
}

.canvas-button {
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
@@ -70,7 +85,6 @@
  background-color: #fff !important;
  color: #111827 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  font-weight: 500;
  transition: box-shadow 0.2s ease !important;
}