Read-it-later social network
at feat/hide-empty-publications 31 lines 439 B view raw
1@import "tailwindcss"; 2 3html { 4 background-color: #283618; 5} 6 7@font-face { 8 font-family: "Neco"; 9 src: url("/Neco-Variable.woff2"); 10} 11 12@font-face { 13 font-family: "Comico"; 14 src: url("/Comico-Regular.woff2"); 15} 16 17@font-face { 18 font-family: "Azeret"; 19 src: url("/AzeretMono-Variable.woff2"); 20} 21 22@theme { 23 --font-neco: "Neco"; 24 --font-comico: "Comico"; 25 --font-azeret: "Azeret"; 26} 27 28@utility border-groove { 29 border-style: groove; 30} 31