We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1428770 commit 98c7dadCopy full SHA for 98c7dad
2 files changed
apps/web/public/style.css
@@ -290,8 +290,20 @@ code {
290
}
291
292
.tag-user-icon {
293
- background-color: #2c2c2c;
294
- color: #ffffff;
+ background-color: #2c2c2c !important;
+ color: #ffffff !important;
295
+}
296
+
297
+.project-divider {
298
+ margin: 0 12px !important;
299
+ height: 32px !important;
300
+ align-self: center !important;
301
302
303
+.project-divider-after {
304
+ position: relative !important;
305
+ top: -2px !important;
306
+ left: 4px !important;
307
308
309
.editor-dialog-50vw {
0 commit comments