Fixes some issues in LinkedIn such as colour of text fields and margin before comment boxes.
LinkedIn UI Fixes by sriharshachilakapati
Details
Authorsriharshachilakapati
LicenseNo License
Categorylinkedin.com
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name LinkedIn UI Fixes
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Fixes some issues in LinkedIn such as colour of text fields and margin before comment boxes.
@author Sri Harsha Chilakapati
==/UserStyle== */
@-moz-document domain("linkedin.com") {
.msg-form__msg-content-container .msg-form__contenteditable {
background-color: #2e2e2e !important;
color: #eee !important;
}
.update-components-prompt-component__content {
background-color: #2e2e2e !important;
}
.msg-overlay-list-bubble__contextual--redesigned {
background-color: #2e2e2e !important;
color: #eee !important;
}
.comments-comment-texteditor {
background-color: #2e2e2e !important;
color: #eee !important;
margin-left: 10px !important;
}
.artdeco-card {
background-color: #353a41 !important;
}
.artdeco-button {
color: #eeeeee !important;
}
.artdeco-button[disabled] {
background-color: #353a41 !important;
color: #888888 !important;
}
.search-results--divider {
background: hsl(213, 10%, 17%) !important;
border: 0px !important;
}
.search-global-typeahead__input {
color: #eee !important;
}
#base-template__workspace {
background: transparent !important;
}
.text-color-text-secondary {
color: #ccc !important;
}
}