We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63cac24 commit cc325a0Copy full SHA for cc325a0
1 file changed
web/src/styles/custom.css
@@ -51,6 +51,17 @@
51
margin-bottom: 0;
52
}
53
54
+/* Styling for "Client-side / Server-side / Shared" */
55
+.side-shared {
56
+ color: var(--color-type-shared);
57
+}
58
+.side-client {
59
+ color: var(--color-type-client);
60
61
+.side-server {
62
+ color: var(--color-type-server);
63
64
+
65
.mta-keyword-link {
66
color: inherit;
67
text-decoration: none;
0 commit comments