Last active
July 18, 2019 17:20
-
-
Save micahstubbs/e750e5bb8b6adb7b51a961e57660f710 to your computer and use it in GitHub Desktop.
Revisions
-
micahstubbs revised this gist
Jul 18, 2019 . 1 changed file with 23 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -40,7 +40,28 @@ } .p-workspace__input .p-message_input_field { /*sidebar light gray*/ background: #363636; border-color: #545454; } .c-virtual_list .c-virtual_list--scrollbar .c-scrollbar .c-scrollbar--hidden { /*sidebar light gray*/ background: #363636; border-color: #545454; } .c-scrollbar__hider { /*sidebar light gray*/ background: #363636; border-color: #545454; } .p-workspace__secondary_view { border-color: #545454; } .p-workspace__primary_view_footer { border-color: #545454; } } -
micahstubbs revised this gist
Jul 18, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -40,7 +40,7 @@ } .p-workspace__input .p-message_input_field { /*sidebar medium gray*/ background: #363636; } } -
micahstubbs created this gist
Jul 17, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,46 @@ /* ==UserStyle== 2 @name slack-dark-mode-201907-fixes 3 @namespace github.com/openstyles/stylus 4 @version 1.0.0 5 @description slack-dark-mode-201907-fixes 6 @author @micahstubbs 7 ==/UserStyle== */ /* for use with */ /* Slack Night Mode (Black) by lacour */ /* https://userstyles.org/styles/117475/slack-night-mode-black */ @-moz-document regexp("https://[^./]*\\.slack\\.com/(?!pricing)(?!security).*") { .p-classic_nav__model_header { /*body dark gray*/ background: #000; opacity: 0.86; } .p-classic_nav__right_header { /*body dark gray*/ background: #000; opacity: 0.86; } .p-workspace__primary_view_footer { /*body dark gray*/ background: #000; opacity: 0.86; } .p-classic_nav__team_header { /*sidebar medium gray*/ background: #363636; } .p-workspace__input .p-message_input_field { /*sidebar light gray*/ background: #363636; } }