You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
234B

  1. h3 {
  2. font-size: var(--font-size-biggish);
  3. }
  4. h2 {
  5. font-size: var(--font-size-big);
  6. }
  7. h1 {
  8. font-size: var(--font-size-bigger);
  9. }
  10. .avatar > img {
  11. max-height: 100%;
  12. height: var(--s5);
  13. }
  14. .outline {
  15. border: 5px solid red;
  16. }