tangled
alpha
login
or
join now
isuggest.selfce.st
/
strand
3
fork
atom
alternative tangled frontend (extremely wip)
3
fork
atom
overview
issues
pulls
pipelines
feat: minor style changes
serenity
2 weeks ago
992346aa
fe94e9b1
+6
1 changed file
expand all
collapse all
unified
split
src
styles.css
+6
src/styles.css
···
35
35
-webkit-font-smoothing: antialiased;
36
36
-moz-osx-font-smoothing: grayscale;
37
37
}
38
38
+
39
39
+
@layer base {
40
40
+
::selection {
41
41
+
@apply bg-accent/40 text-text;
42
42
+
}
43
43
+
}