objective categorical abstract machine language personal data server
65
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 72 lines 1.9 kB view raw
1@import "tailwindcss" source("../frontend"); 2 3@font-face { 4 font-family: "Fragment"; 5 src: 6 url("fonts/FragmentLight.woff2") format("woff2"), 7 url("fonts/FragmentLight.woff") format("woff"); 8 font-weight: 300; 9 font-style: normal; 10 font-display: swap; 11} 12 13@font-face { 14 font-family: "Fragment"; 15 src: 16 url("fonts/FragmentRegular.woff2") format("woff2"), 17 url("fonts/FragmentRegular.woff") format("woff"); 18 font-weight: 400; 19 font-style: normal; 20 font-display: swap; 21} 22 23@font-face { 24 font-family: "Geist"; 25 src: url("https://fonts.gstatic.com/s/geist/v4/gyByhwUxId8gMEwcGFWNOITd.woff2") 26 format("woff2"); 27 font-weight: 400; 28 font-style: normal; 29 font-display: swap; 30 font-variation-settings: "wght" 300; 31} 32 33@font-face { 34 font-family: "Geist"; 35 src: url("https://fonts.gstatic.com/s/geist/v4/gyByhwUxId8gMEwcGFWNOITd.woff2") 36 format("woff2"); 37 font-weight: 500; 38 font-style: normal; 39 font-display: swap; 40 font-variation-settings: "wght" 400; 41} 42 43@theme { 44 --font-serif: Fragment, Georgia, "Times New Roman", Times, serif; 45 --font-sans: Geist, Helvetica, -apple-system, system-ui, sans-serif; 46 47 --tracking-normal: 0.01em; 48 49 --color-*: initial; 50 --color-white: #fff; 51 --color-feather-100: #c8cfd2; 52 --color-phoenix-40: #e499a6; 53 --color-phoenix-100: #db4c64; 54 --color-mana-40: #9b9eaa; 55 --color-mana-100: #6558a1; 56 --color-mana-200: #312b4d; 57 --color-mist-20: #ecedf8; 58 --color-mist-40: #dee1e3; 59 --color-mist-60: #a4a9ac; 60 --color-mist-80: #737579; 61 --color-mist-100: #4f4f53; 62 63 --shadow-whisper: inset 0 0 1em #97baff8c; 64 --shadow-shimmer: inset 0 0 1em #90bbeea6; 65 --shadow-glow: inset 0 0 1.25em #2d37ba80; 66 --shadow-bleed: inset 0 0 1.25em #db4c6473; 67 --shadow-elixir: 68 0 0 3px 1px rgba(166, 144, 241, 0.25), 69 -1px 2px 8px 0 rgba(141, 109, 216, 0.7) inset, 70 1px 3px 8px 0 rgba(184, 176, 219, 0.8) inset, 71 2px -2px 8px 0 rgba(68, 57, 119, 0.9) inset; 72}