Skip to content

Commit cc325a0

Browse files
committed
Update custom.css
1 parent 63cac24 commit cc325a0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

web/src/styles/custom.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@
5151
margin-bottom: 0;
5252
}
5353

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+
5465
.mta-keyword-link {
5566
color: inherit;
5667
text-decoration: none;

0 commit comments

Comments
 (0)