mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 16:44:50 +00:00
16 lines
265 B
SCSS
Vendored
16 lines
265 B
SCSS
Vendored
@import "lib/nucleo";
|
|
@import "lib/nucleo-svg";
|
|
@import "lib/argon";
|
|
|
|
body, button, input, textarea {
|
|
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",
|
|
Roboto,Helvetica,Arial,sans-serif;
|
|
}
|
|
|
|
.title {
|
|
p.h3,
|
|
h3 {
|
|
font-size: 30px;
|
|
}
|
|
}
|