Catppuccin userstyle for tangled.sh
7
fork

Configure Feed

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

feat(tangled): timeline page, top bar, footer styles

Sylfr Tan a9f64665 50685e61

+47
+47
catppuccin.user.less
··· 68 68 } 69 69 70 70 /* tangled.sh userstyle */ 71 + 72 + /* sitewide background */ 73 + body { 74 + background-color: @base; 75 + } 76 + 77 + /* sitewide basic text */ 78 + a, p, .dark\:text-white { 79 + color: @text; 80 + } 81 + 82 + /* sitewide subtexts */ 83 + .text-gray-600.dark\:text-gray-300 { 84 + color: @subtext1; 85 + } 86 + .text-gray-700.dark\:text-gray-400 { 87 + color: @subtext0; 88 + } 89 + .text-gray-400.font-mono { 90 + color: @overlay2; 91 + } 92 + 93 + /* top bar +new icon */ 94 + .btn-create::before { 95 + background-color: @accent; 96 + border-color: @accent; 97 + } 98 + .btn-create { 99 + color: @crust; 100 + } 101 + 102 + /* footer segment headers */ 103 + .text-gray-900.dark\:text-gray-200 { 104 + color: @subtext1; 105 + } 106 + 107 + /* footer copyright */ 108 + .text-gray-600.dark\:text-gray-400 { 109 + color: @subtext0; 110 + } 111 + 112 + /* timeline page list item */ 113 + .bg-white.dark\:bg-gray-800 { 114 + background-color: @surface0; 115 + } 116 + 117 + 71 118 } 72 119 } 73 120