- commit
- e16cdbc
- parent
- 3ef24c4
- author
- Eric Bower
- date
- 2024-12-20 14:44:57 -0500 EST
chore: rm qutebrowser config
6 files changed,
+0,
-1788
+0,
-15
1@@ -1,15 +0,0 @@
2-config.load_autoconfig(True)
3-config.set("url.searchengines", {
4- "DEFAULT": "https://kagi.com/search?q={}",
5-})
6-config.set("url.start_pages", [
7- "https://bower.sh"
8-])
9-config.set("url.default_page", "https://bower.sh")
10-config.set("colors.webpage.preferred_color_scheme", "dark")
11-# config.set("content.user_stylesheets", ["./theme.css"])
12-# config.set("content.user_stylesheets", ["./hn.css"])
13-config.set("content.user_stylesheets", ["solarized-dark-all-sites.css"])
14-config.set("colors.webpage.bg", "black")
15-config.set("tabs.show", "never")
16-config.set("tabs.tabs_are_windows", True)
+0,
-61
1@@ -1,61 +0,0 @@
2-/* ==UserStyle==
3-@name Oficial Dracula Theme
4-@namespace github.com/dracula/hacker-news
5-@version 1.0.0
6-@description A dark theme for Hacker News
7-@supportURL https://github.com/dracula/hacker-news/issues
8-@license MIT
9-==/UserStyle== */
10-#hnmain {
11- background-color: #282a36;
12-}
13-#hnmain > tbody > tr:nth-child(1) > td {
14- background-color: #282a36;
15-}
16-#hnmain > tbody > tr:nth-child(2) > td {
17- background-color: #44475a;
18-}
19-a:link{
20- color: #bd93f9;
21-}
22-.hnmore a:link, a:visited {
23- color: #6272a4;
24-}
25-#hnmain > tbody > tr:nth-child(2) > td > table > tbody > tr > td:nth-child(2) > span > b > a {
26- color: #50fa7b;
27-}
28-.comhead a:link, .subtext a:visited {
29- color: #8be9fd;
30-}
31-.score {
32- color: #ffb86c;
33-}
34-#karma {
35- color: #ffb86c;
36-}
37-#hnmain > tbody > tr:nth-child(1) > td > table > tbody > tr > td:nth-child(3) > span {
38- color: #ffb86c;
39-}
40-#hnmain > tbody > tr:nth-child(4) > td > center:nth-child(6) > form > input[type=text] {
41- background-color: #44475a;
42-}
43-#hnmain > tbody > tr:nth-child(4) > td > center:nth-child(6) > form {
44- color: #50fa7b;
45-}
46-.pagetop a:visited {
47- color: #bd93f9;
48-}
49-.title {
50- color: #6272a4;
51-}
52-body {
53- background-color: #282a36;
54-}
55-.commtext {
56- color: #f8f8f2
57-}
58-textarea, input {
59- background-color: #282a36;
60- color: #f8f8f2;
61- border-color: #8be9fd
62-}
+0,
-0
1@@ -1,1712 +0,0 @@
2-* {
3- border-color: #657b83 !important;
4-}
5-a {
6- color: #268bd2 !important;
7-}
8-a:visited {
9- color: #6c71c4 !important;
10-}
11-body {
12- background-color: #002b36 !important;
13- color: #839496 !important;
14-}
15-html {
16- background-color: #002b36 !important;
17-}
18-input,
19-textarea {
20- background-color: #073642 !important;
21- color: #839496 !important;
22-}
23-blockquote,
24-pre {
25- background-color: #073642 !important;
26- color: #839496 !important;
27-}
28-.post-actions {
29- background-color: #073642 !important;
30-}
31-.textarea-wrapper {
32- background-color: #002b36 !important;
33- color: #839496 !important;
34-}
35-.search--adv {
36- background-color: #073642 !important;
37-}
38-.search__autocomplete > .acp-wrap {
39- background-color: #002b36 !important;
40-}
41-.search__autocomplete > .acp-wrap > .acp--highlight {
42- background-color: #073642 !important;
43- color: #eee8d5 !important;
44-}
45-.search__autocomplete > .acp-wrap strong {
46- color: #eee8d5 !important;
47-}
48-.site-wrapper > #header_wrapper {
49- background-color: #002b36 !important;
50-}
51-.site-wrapper > #header_wrapper > #header {
52- background-color: #002b36 !important;
53-}
54-.search--header {
55- background-color: #073642 !important;
56-}
57-.zci {
58- background-color: #073642 !important;
59- color: #839496 !important;
60-}
61-.tile--info {
62- background-color: #002b36 !important;
63-}
64-.tile--info__expand {
65- background-color: #586e75 !important;
66-}
67-.tile--c {
68- background-color: #586e75 !important;
69- color: #eee8d5 !important;
70-}
71-.module__text {
72- color: #839496 !important;
73-}
74-.about-info-box__heading {
75- color: #93a1a1 !important;
76-}
77-.result.highlight {
78- background-color: #073642 !important;
79-}
80-.result__snippet {
81- color: #839496 !important;
82-}
83-.result__snippet b {
84- color: #93a1a1 !important;
85-}
86-.btn--top {
87- background-color: #073642 !important;
88- color: #839496 !important;
89-}
90-.btn--top:hover {
91- background-color: #586e75 !important;
92-}
93-.result--sep--hr:before {
94- background-color: #586e75 !important;
95-}
96-* {
97- border-color: #073642 !important;
98-}
99-.news .alert .pull-info {
100- background-color: #083c4a !important;
101-}
102-.link-gray-dark,
103-.text-gray-dark {
104- color: #839496 !important;
105-}
106-.bg-white {
107- background-color: #002b36 !important;
108-}
109-.border {
110- border-color: #657b83 !important;
111-}
112-.breadcrumb .repo-root.js-repo-root a {
113- color: #268bd2 !important;
114-}
115-.breadcrumb strong.final-path {
116- color: #839496 !important;
117-}
118-button.ajax-pagination-btn {
119- background-color: #073642 !important;
120- color: #93a1a1 !important;
121-}
122-button.ajax-pagination-btn:hover {
123- background-color: #586e75 !important;
124-}
125-.comment-reactions .btn-link {
126- color: #839496 !important;
127-}
128-.comment-reactions .user-has-reacted {
129- background-color: #073642 !important;
130-}
131-.text-gray-dark {
132- color: #839496 !important;
133-}
134-.contrib-number {
135- color: #93a1a1 !important;
136-}
137-.counter {
138- background-color: #094352 !important;
139- color: #93a1a1 !important;
140-}
141-.diffstat-bar {
142- color: #839496 !important;
143-}
144-.file-header {
145- background-color: #073642 !important;
146-}
147-.file-history-tease .participation {
148- background-color: #002b36 !important;
149- color: #839496 !important;
150-}
151-.file-history-tease .participation .quickstat strong {
152- color: #839496 !important;
153-}
154-.file-history-tease .participation a {
155- color: #586e75 !important;
156-}
157-.file-history-tease .author a {
158- color: #839496 !important;
159-}
160-.file-history-tease-header {
161- background-color: #073642 !important;
162-}
163-.file-info-divider {
164- background-color: #586e75 !important;
165-}
166-.file-wrap {
167- color: #839496 !important;
168-}
169-.file-wrap * {
170- background-color: transparent !important;
171-}
172-.filter-bar {
173- background-color: #083c4a !important;
174-}
175-a.filter-item,
176-.filter-item {
177- color: #839496 !important;
178-}
179-a.filter-item.selected,
180-.filter-item.selected {
181- background-color: #073642 !important;
182- color: #93a1a1 !important;
183-}
184-a.filter-item:hover,
185-.filter-item:hover {
186- background-color: #586e75 !important;
187- color: #93a1a1 !important;
188-}
189-.flash {
190- background-color: #073642 !important;
191- color: #93a1a1 !important;
192-}
193-.gh-header {
194- background-color: #002b36 !important;
195-}
196-.gh-header-number {
197- color: #586e75 !important;
198-}
199-.ellipsis-expander,
200-.hidden-text-expander a {
201- background-color: #073642 !important;
202-}
203-.issue-meta {
204- color: #586e75 !important;
205-}
206-.issues-listing a {
207- color: #839496 !important;
208-}
209-.muted-link {
210- color: #839496 !important;
211-}
212-.new-user-avatar-cta {
213- background-color: #073642 !important;
214- border-color: #586e75 !important;
215- color: #93a1a1 !important;
216-}
217-.overall-summary {
218- border-color: #586e75 !important;
219-}
220-.pinned-repo-item.border {
221- border-color: #586e75 !important;
222-}
223-.progress-bar {
224- background-color: #586e75 !important;
225-}
226-.simple-box {
227- background-color: #073642 !important;
228-}
229-.social-count {
230- background-color: #073642 !important;
231- border-color: #586e75 !important;
232- color: #93a1a1 !important;
233-}
234-.scope-badge {
235- background-color: #586e75 !important;
236- color: #93a1a1 !important;
237-}
238-.stats-switcher-wrapper {
239- background-color: #002b36 !important;
240-}
241-.stats-switcher-wrapper .numbers-summary li a {
242- color: #839496 !important;
243-}
244-.table-list-header-toggle .btn-link {
245- color: #586e75 !important;
246-}
247-.table-list-header-toggle .btn-link.selected {
248- color: #839496 !important;
249-}
250-.text-emphasized {
251- color: #93a1a1 !important;
252-}
253-.text-diff-added {
254- color: #859900 !important;
255-}
256-.text-diff-deleted {
257- color: #dc322f !important;
258-}
259-.avatar,
260-.timeline-comment-avatar {
261- filter: opacity(75%);
262-}
263-.blob-code {
264- background-color: #002b36 !important;
265- color: #839496 !important;
266-}
267-.blob-code-addition {
268- background-color: rgba(232,255,77,0.1) !important;
269-}
270-.blob-code-addition .x {
271- background-color: #647300 !important;
272- color: #c1cacb !important;
273-}
274-.blob-code-deletion {
275- background-color: rgba(220,50,47,0.2) !important;
276-}
277-.blob-code-deletion .x {
278- background-color: #721513 !important;
279- color: #c1cacb !important;
280-}
281-.blob-code-hunk {
282- background-color: #073642 !important;
283- border-color: #586e75 !important;
284-}
285-.blob-code-inner {
286- color: #839496 !important;
287-}
288-.blob-num {
289- background-color: #002b36 !important;
290- color: #586e75 !important;
291-}
292-.file {
293- color: #839496 !important;
294-}
295-.form-control {
296- background-color: #073642 !important;
297- border-color: #586e75 !important;
298-}
299-.pl-c {
300- color: #586e75 !important;
301-}
302-.pl-c1 {
303- color: #268bd2 !important;
304-}
305-.pl-e {
306- color: #b58900 !important;
307-}
308-.pl-en {
309- color: #268bd2 !important;
310-}
311-.pl-k {
312- color: #859900 !important;
313- font-weight: bold !important;
314-}
315-.pl-pds {
316- color: #2aa198 !important;
317-}
318-.pl-s {
319- color: #2aa198 !important;
320-}
321-.pl-smi {
322- color: #839496 !important;
323-}
324-.pl-v {
325- color: #859900 !important;
326- font-weight: bold !important;
327-}
328-.pl-mi1 {
329- color: #859900 !important;
330- background-color: transparent !important;
331-}
332-.pl-md {
333- color: #dc322f !important;
334- background-color: transparent !important;
335-}
336-.border-bottom,
337-.border-top {
338- border-color: #073642 !important;
339-}
340-.boxed-group * {
341- border-color: #586e75 !important;
342-}
343-.boxed-group article {
344- background-color: #002b36 !important;
345- color: #839496 !important;
346-}
347-.boxed-group > h3 {
348- background-color: #094352 !important;
349- color: #93a1a1 !important;
350-}
351-.more-repos {
352- background-color: #094352 !important;
353- box-shadow: inset 0 1px 0 #586e75 !important;
354-}
355-.boxed-group-inner {
356- background-color: #002b36 !important;
357-}
358-.branch-action-body {
359- background-color: #073642 !important;
360- border-color: #586e75 !important;
361-}
362-.branch-action-body div {
363- border-color: #586e75 !important;
364-}
365-.branch-action-state-clean .branch-action-icon {
366- background-color: #859900 !important;
367-}
368-.branch-action-state-dirty .branch-action-icon,
369-.branch-action-state-unstable .branch-action-icon,
370-.branch-action-state-unknown .branch-action-icon {
371- background-color: #b58900 !important;
372- color: #fff !important;
373-}
374-.text-shadow-light,
375-.branch-group-name,
376-.branch-summary {
377- color: #839496 !important;
378- text-shadow: none !important;
379-}
380-.branch-a-b-count .meter {
381- background-color: #b58900 !important;
382-}
383-.more-branches,
384-.branch-group-heading,
385-.branch-infobar,
386-.branch-name {
387- border-color: #586e75 !important;
388- background-color: #073642 !important;
389-}
390-.State,
391-.State:visited {
392- color: #fff !important;
393-}
394-.State--red {
395- background-color: #dc322f !important;
396- color: #002b36 !important;
397-}
398-.State--green {
399- background-color: #859900 !important;
400- color: #002b36 !important;
401-}
402-.select-menu-filters {
403- background-color: #083c4a !important;
404- color: #93a1a1 !important;
405-}
406-.js-select-menu-tab {
407- background-color: #094352 !important;
408- color: #93a1a1 !important;
409-}
410-.select-menu-tabs a.selected,
411-.select-menu-tab-nav.selected {
412- background-color: #586e75 !important;
413- color: #002b36 !important;
414-}
415-.signed-commit-header {
416- background-color: #002b36 !important;
417-}
418-.build-status-item {
419- background-color: #094352 !important;
420- color: #93a1a1 !important;
421-}
422-.build-status-item .build-status-details {
423- color: #268bd2 !important;
424-}
425-.capped-card h3 {
426- background-color: #094352 !important;
427-}
428-.capped-card h3 a {
429- color: #93a1a1 !important;
430-}
431-.capped-card-content {
432- background-color: #002b36 !important;
433-}
434-.capped-list th {
435- background-color: #083c4a !important;
436- color: #93a1a1 !important;
437-}
438-.capped-list tr:nth-child(2n) {
439- background-color: #073642 !important;
440-}
441-.commit,
442-.commit-meta,
443-.commit-icon .octicon,
444-.commit-group-title .octicon-git-commit {
445- background-color: #002b36 !important;
446-}
447-.commit *,
448-.commit-meta *,
449-.commit-icon .octicon *,
450-.commit-group-title .octicon-git-commit * {
451- border-color: #586e75 !important;
452-}
453-.commit-author {
454- color: #839496 !important;
455-}
456-.commit-author-section {
457- color: #839496 !important;
458-}
459-.commit-meta {
460- color: #586e75 !important;
461-}
462-.commit-meta .sha-block {
463- color: #586e75 !important;
464-}
465-.commit-meta .sha-block .sha {
466- color: #839496 !important;
467-}
468-.commit-ref,
469-code.commit-sha {
470- background-color: #073642 !important;
471- color: #93a1a1 !important;
472-}
473-.commit-ref .user,
474-code.commit-sha .user {
475- color: #2aa198 !important;
476-}
477-.commit-branches *,
478-.commit-tease,
479-.commit-title {
480- background-color: rgba(190,255,255,0.2) !important;
481- border: none !important;
482-}
483-.commit-branches * *,
484-.commit-tease *,
485-.commit-title * {
486- color: #93a1a1 !important;
487-}
488-.commit-tease-contributors {
489- background-color: #073642 !important;
490-}
491-div.commit-branches,
492-div.commit.full-commit p.commit-title,
493-qul.branches-list {
494- background-color: #073642 !important;
495- color: #93a1a1 !important;
496-}
497-div.commit-branches *,
498-div.commit.full-commit p.commit-title *,
499-qul.branches-list * {
500- background-color: #073642 !important;
501- color: #93a1a1 !important;
502-}
503-.commit-meta {
504- background-color: #073642 !important;
505- color: #839496 !important;
506-}
507-.commits-listing:before {
508- background-color: #073642 !important;
509-}
510-.full-commit {
511- background-color: #073642 !important;
512- border-color: #586e75 !important;
513-}
514-.full-commit * {
515- text-shadow: none !important;
516-}
517-.commit-desc pre {
518- background-color: transparent !important;
519- color: #839496 !important;
520-}
521-.commit.table-list-item {
522- border-color: #073642 !important;
523-}
524-.commit-meta.commit-author-section {
525- background-color: transparent !important;
526- color: #839496 !important;
527-}
528-.table-list-cell .commit-title {
529- background-color: transparent !important;
530- color: #839496 !important;
531-}
532-.completeness-indicator-success {
533- background-color: #859900 !important;
534-}
535-.completeness-indicator-problem {
536- background-color: #b58900 !important;
537- color: #fff !important;
538-}
539-.copyable-terminal {
540- background-color: #073642 !important;
541-}
542-.blankslate {
543- background-color: #073642 !important;
544- color: #93a1a1 !important;
545-}
546-.comment-form-head.tabnav {
547- background-color: #002b36 !important;
548-}
549-.conversation-list-heading .inner {
550- background-color: #002b36 !important;
551-}
552-.discussion-item-closed .discussion-item-icon {
553- background-color: #dc322f !important;
554- color: #93a1a1 !important;
555-}
556-.discussion-item-icon {
557- background-color: #586e75 !important;
558- color: #93a1a1 !important;
559-}
560-.discussion-item-icon.octicon {
561- color: #93a1a1 !important;
562-}
563-.discussion-item-entity,
564-.discussion-item .renamed-was,
565-.discussion-item .renamed-is {
566- color: #93a1a1 !important;
567-}
568-.discussion-timeline:before {
569- background-color: #657b83 !important;
570-}
571-.discussion-timeline-actions {
572- background-color: #002b36 !important;
573-}
574-.drag-and-drop {
575- background-color: #073642 !important;
576-}
577-.new-discussion-timeline .closed-banner {
578- background-color: #657b83 !important;
579- border-color: #002b36 !important;
580-}
581-.timeline-comment {
582- background-color: #002b36 !important;
583- border-color: #586e75 !important;
584-}
585-.timeline-comment-header {
586- background-color: #073642 !important;
587-}
588-.timeline-comment-wrapper {
589- border-color: #002b36 !important;
590-}
591-.donut-chart > .pending {
592- fill: #b58900 !important;
593-}
594-.dropdown-divider {
595- background-color: #657b83 !important;
596-}
597-.dropdown-item {
598- color: #839496 !important;
599-}
600-.dropdown-item:hover {
601- background-color: #586e75 !important;
602- color: #93a1a1 !important;
603-}
604-.dropdown-menu {
605- background-color: #094352 !important;
606- color: #93a1a1 !important;
607- border-color: #657b83 !important;
608-}
609-.files * {
610- color: #839496 !important;
611-}
612-.files tbody tr {
613- border-color: #073642 !important;
614-}
615-.files tbody tr:nth-child(even) {
616- background-color: #00323f !important;
617-}
618-.files tbody tr:nth-child(odd) {
619- background-color: #002b36 !important;
620-}
621-.files tbody tr:hover * {
622- background-color: #094352 !important;
623-}
624-.btn {
625- background-image: linear-gradient(to bottom, #586e75, #073642) !important;
626- border-color: #586e75 !important;
627- color: #93a1a1 !important;
628-}
629-.btn:hover {
630- background-color: #083c4a !important;
631-}
632-.btn-primary,
633-.issues-listing .btn-primary {
634- background-color: #859900 !important;
635- background-image: linear-gradient(#859900, #424d00) !important;
636- color: #000 !important;
637- filter: opacity(62.5%);
638-}
639-.entry-title a {
640- color: #268bd2 !important;
641-}
642-.Header {
643- background-color: #083c4a !important;
644- border-bottom-color: #586e75 !important;
645-}
646-.Header a {
647- color: #93a1a1 !important;
648-}
649-.lang {
650- color: #93a1a1 !important;
651-}
652-.reponav-item,
653-.pagehead-tabs-item {
654- background-color: #073642 !important;
655- border-color: transparent !important;
656- color: #839496 !important;
657-}
658-.reponav-item:visited,
659-.pagehead-tabs-item:visited {
660- color: #839496 !important;
661-}
662-.reponav-item.selected,
663-.pagehead-tabs-item.selected {
664- background-color: #002b36 !important;
665- border-color: #dc322f #094352 transparent !important;
666-}
667-.site-footer-links * {
668- color: #839496 !important;
669-}
670-.Box-row--focus-gray.navigation-focus {
671- background-color: #083c4a !important;
672- color: #93a1a1 !important;
673-}
674-.js-directory-link {
675- color: #268bd2 !important;
676-}
677-.js-site-search-form input,
678-.js-chromeless-input-container {
679- background-color: #002b36 !important;
680- border-color: #586e75 !important;
681-}
682-a.label {
683- color: #000 !important;
684- filter: opacity(75%);
685-}
686-.notifications-list a {
687- color: #839496 !important;
688-}
689-.notifications-list li {
690- background-color: #002b36 !important;
691-}
692-.octicon-repo {
693- color: #93a1a1 !important;
694-}
695-.type-icon-state-closed {
696- color: rgba(255,54,43,0.65) !important;
697-}
698-.type-icon-state-merged {
699- color: #6c71c4 !important;
700-}
701-.type-icon-state-open {
702- color: rgba(205,212,0,0.65) !important;
703-}
704-.octicon-alert {
705- color: #fff !important;
706-}
707-.octicon-x {
708- color: #dc322f !important;
709-}
710-.octicon-check {
711- color: #859900 !important;
712-}
713-.octicon-primitive-dot {
714- color: #b58900 !important;
715-}
716-.octicon-clippy {
717- color: #93a1a1 !important;
718-}
719-.octicon-diff {
720- color: #fff !important;
721-}
722-.octicon-markdown {
723- color: #586e75 !important;
724-}
725-.orghead {
726- background-color: #073642 !important;
727- border-color: #657b83 !important;
728- border-bottom: 0px !important;
729- color: #93a1a1 !important;
730-}
731-.org-name {
732- color: #93a1a1 !important;
733-}
734-.pagehead.orghead {
735- background-color: #073642 !important;
736-}
737-.outline-box-highlighted {
738- background-color: #073642 !important;
739- color: #93a1a1 !important;
740-}
741-.pagination .current {
742- background-color: #586e75 !important;
743- color: #93a1a1 !important;
744-}
745-.pagination .disabled {
746- background-color: #073642 !important;
747- color: #586e75 !important;
748-}
749-.pagination .disabled:hover {
750- background-color: #073642 !important;
751-}
752-.pagination .gap {
753- background-color: #073642 !important;
754- color: #586e75 !important;
755-}
756-.pagination a {
757- background-color: #073642 !important;
758- border-color: #002b36 !important;
759- color: #839496 !important;
760-}
761-.pagination a:hover {
762- background-color: #586e75 !important;
763- color: #002b36 !important;
764-}
765-.empty-cell,
766-.diffbar {
767- background-color: #002b36 !important;
768-}
769-.merge-status-item {
770- background-color: #094352 !important;
771-}
772-.merge-message {
773- background-color: #083c4a !important;
774-}
775-.pr-toolbar {
776- background-color: #002b36 !important;
777-}
778-.review-thread-reply {
779- background-color: #073642 !important;
780-}
781-.review-thread-reply .inline-comment-form {
782- background-color: #002b36 !important;
783-}
784-.merged.octicon,
785-.octicon-git-merge {
786- color: #6c71c4 !important;
787-}
788-.uploaded-files {
789- background-color: #002b36 !important;
790-}
791-.upload-progress {
792- background-color: #073642 !important;
793- box-shadow: 1px 0px 0px #073642 inset;
794-}
795-#readme .plain {
796- background-color: #002b36 !important;
797-}
798-.markdown-body,
799-.markdown-body table * {
800- background-color: #002b36 !important;
801- border-color: #657b83 !important;
802- color: #839496 !important;
803-}
804-.markdown-body a,
805-.markdown-body table * a {
806- color: #268bd2 !important;
807-}
808-.markdown-body code,
809-.markdown-body table * code,
810-.markdown-body pre,
811-.markdown-body table * pre {
812- background-color: #073642 !important;
813-}
814-.markdown-body hr,
815-.markdown-body table * hr {
816- background-color: #586e75 !important;
817-}
818-.markdown-body img,
819-.markdown-body table * img {
820- background-color: #002b36 !important;
821-}
822-.task-list-item.hovered {
823- background-color: #073642 !important;
824-}
825-.range-editor {
826- background-color: #073642 !important;
827-}
828-.compare-pr-placeholder {
829- background-color: #083c4a !important;
830-}
831-ul.comparison-list > li.title {
832- background-color: #094352 !important;
833-}
834-ul.comparison-list {
835- background-color: #083c4a !important;
836-}
837-.repository-description {
838- color: #839496 !important;
839-}
840-.repository-meta .edit-repository-meta label {
841- color: #839496 !important;
842-}
843-.pagehead.repohead {
844- background-color: #073642 !important;
845-}
846-.repository-content .RecentBranches {
847- background-color: #073642 !important;
848- border-color: #657b83 !important;
849-}
850-.repohead-details-container a {
851- color: #839496 !important;
852-}
853-.select-menu-modal {
854- border-color: #839496 !important;
855-}
856-.select-menu-modal * {
857- color: #839496 !important;
858-}
859-.select-menu-header,
860-.select-menu-header * {
861- background-color: #073642 !important;
862- color: #93a1a1 !important;
863- text-shadow: none !important;
864-}
865-.select-menu-item {
866- background-color: #002b36 !important;
867-}
868-.select-menu-item.navigation-focus,
869-.select-menu-item.navigation-focus.selected,
870-.select-menu-item.navigation-focus.select-menu-action,
871-.select-menu-item-text.navigation-focus {
872- background-color: #586e75 !important;
873- color: #93a1a1 !important;
874-}
875-.repository-sidebar {
876- background-color: #002b36 !important;
877-}
878-.thread-subscription-status {
879- background-color: #002b36 !important;
880-}
881-.sunken-menu {
882- background-image: linear-gradient(to right, #073642 0%, #002b36 8px) !important;
883- box-shadow: 1px 0px 0px #073642 inset;
884-}
885-.sunken-menu:before {
886- background-image: linear-gradient(#002b36, transparent) !important;
887-}
888-.sunken-menu:after {
889- background-image: linear-gradient(transparent, #002b36) !important;
890-}
891-.sunken-menu-item {
892- border-color: #002b36 !important;
893-}
894-.sunken-menu-item.selected {
895- background-color: #002b36 !important;
896- border-color: #094352 !important;
897- color: #93a1a1 !important;
898-}
899-.sunken-menu-item.selected:after {
900- background-color: #cb4b16 !important;
901-}
902-.sunken-menu-separator:before {
903- background-image: linear-gradient(to right, #073642 70%, #002b36 100%) !important;
904-}
905-.state {
906- color: #93a1a1 !important;
907-}
908-.state-closed {
909- background-color: #dc322f !important;
910-}
911-.state-open {
912- background-color: #859900 !important;
913-}
914-.subnav-item {
915- color: #839496 !important;
916-}
917-.subnav-item:hover {
918- background-color: #083c4a !important;
919-}
920-.subnav-item:visited {
921- color: #839496 !important;
922-}
923-.subnav-item.selected {
924- background-color: #073642 !important;
925-}
926-.subnav-links a:hover {
927- background-color: #073642 !important;
928-}
929-.subnav-search input {
930- border-color: #586e75 !important;
931-}
932-.right .tabnav-extra {
933- color: #586e75 !important;
934-}
935-a.tabnav-tab,
936-.tabnav-tab {
937- border-color: transparent !important;
938- color: #586e75 !important;
939-}
940-a.tabnav-tab.selected,
941-.tabnav-tab.selected {
942- background-color: #002b36 !important;
943- background-image: linear-gradient(#073642, #002b36) !important;
944- border-color: #657b83 !important;
945- color: #93a1a1 !important;
946-}
947-.table-list tr,
948-.table-list li {
949- background-color: #002b36 !important;
950-}
951-.table-list tr:hover,
952-.table-list li:hover {
953- background-color: #094352 !important;
954-}
955-.table-list-header {
956- background-color: #073642 !important;
957-}
958-.text-pending {
959- color: #b58900 !important;
960-}
961-.text-pending .octicon-primitive-dot {
962- color: #b58900 !important;
963-}
964-.text-red {
965- color: #dc322f !important;
966-}
967-.timeline-commits .commit-meta {
968- background-color: #002b36 !important;
969-}
970-.timeline-commits .commit-meta .commit-id {
971- color: #586e75 !important;
972-}
973-.topic-tag.topic-tag-link {
974- background-color: #073642 !important;
975- color: #839496 !important;
976-}
977-.underline-nav-item {
978- color: #839496 !important;
979-}
980-.underline-nav-item.selected {
981- border-bottom-color: #dc322f !important;
982- color: #839496 !important;
983-}
984-.user-profile-nav {
985- background-color: #073642 !important;
986- border-color: #657b83 !important;
987-}
988-.user-profile-sticky-bar:after {
989- background-color: #073642 !important;
990- border-color: #657b83 !important;
991-}
992-.graphs .area {
993- fill: #859900;
994-}
995-.summary-stats li .num {
996- color: #93a1a1 !important;
997-}
998-.viz {
999- background-color: #083c4a !important;
1000-}
1001-.facebox-popup {
1002- color: #839496 !important;
1003- background-color: #002b36 !important;
1004-}
1005-.facebox-popup .octicon {
1006- color: #fff !important;
1007-}
1008-.facebox-popup .owner-select-target {
1009- color: #839496 !important;
1010- background-color: #073642 !important;
1011-}
1012-.facebox-popup .owner-select-target:hover {
1013- background-color: #586e75 !important;
1014-}
1015-.suggester {
1016- background-color: #094352 !important;
1017-}
1018-.suggester li.navigation-focus {
1019- background-color: #586e75 !important;
1020-}
1021-.menu {
1022- background-color: #073642 !important;
1023-}
1024-.menu-item.selected {
1025- background-color: #094352 !important;
1026-}
1027-.menu-item:hover {
1028- background-color: #586e75 !important;
1029-}
1030-.Box {
1031- background-color: #002b36 !important;
1032-}
1033-.Box-header {
1034- background-color: #073642 !important;
1035-}
1036-svg > * text {
1037- color: #839496 !important;
1038- fill: #839496 !important;
1039-}
1040-.insertions {
1041- color: #859900 !important;
1042-}
1043-.deletions {
1044- color: #dc322f !important;
1045-}
1046-.sfbgg {
1047- background-color: #073642 !important;
1048-}
1049-.sbib_a {
1050- background: linear-gradient(to bottom, #073642, #002b36) !important;
1051-}
1052-input#lst-ib,
1053-#sb_ifc0.sbib_b,
1054-#gs_taif0 {
1055- background: transparent !important;
1056-}
1057-#lst-ib,
1058-.sbsb_a {
1059- background-color: #002b36 !important;
1060-}
1061-.kpbb {
1062- background-image: linear-gradient(to bottom, #59a9e1, #268bd2) !important;
1063-}
1064-#hdtbSum {
1065- background-color: #002b36 !important;
1066-}
1067-#hdtbMenus.hdtb-td-o {
1068- background-color: #002b36 !important;
1069-}
1070-#hdtb-tls.hdtb-tl {
1071- background-image: linear-gradient(to bottom, #002b36, #073642) !important;
1072-}
1073-#hdtb-tls.hdtb-tl.hdtb-tl-sel {
1074- background-image: linear-gradient(to bottom, #073642, #002b36) !important;
1075-}
1076-#abar_button_opt.ab_button {
1077- background: linear-gradient(to bottom, #002b36, #073642) !important;
1078-}
1079-#appbar {
1080- background-color: #002b36 !important;
1081-}
1082-cite {
1083- color: #859900 !important;
1084-}
1085-.ab_dropdown {
1086- background-color: #002b36 !important;
1087-}
1088-div.crp {
1089- background-color: #002b36 !important;
1090-}
1091-#fbar {
1092- background-color: #073642 !important;
1093-}
1094-tr.Even {
1095- background-color: #073642 !important;
1096-}
1097-.BigQuote {
1098- background-color: #073642 !important;
1099- color: #cb4b16 !important;
1100-}
1101-.Cat1HL {
1102- background-color: #586e75 !important;
1103- color: #93a1a1 !important;
1104-}
1105-.Cat2HL {
1106- background-color: #094352 !important;
1107-}
1108-.Cat3HL {
1109- background-color: #083c4a !important;
1110-}
1111-.FeatureByline {
1112- background-color: #073642 !important;
1113- border: none !important;
1114-}
1115-.Headline {
1116- background-color: #094352 !important;
1117-}
1118-.QuotedText {
1119- color: #6c71c4 !important;
1120-}
1121-DIV.GAByline {
1122- background-color: #073642 !important;
1123- border: none !important;
1124-}
1125-table.OddEven tr:nth-child(even) {
1126- background-color: #00323f !important;
1127-}
1128-table.OddEven tr:nth-child(odd) {
1129- background-color: #002b36 !important;
1130-}
1131-DIV.CommentBox {
1132- border-color: #073642 !important;
1133-}
1134-DIV.CommentBox P.CommentTitle {
1135- background-color: #094352 !important;
1136-}
1137-#menu,
1138-.topnav-container {
1139- background-color: #073642 !important;
1140-}
1141-.navmenu ul {
1142- background-color: #073642 !important;
1143-}
1144-body * {
1145- border-color: #094352 !important;
1146-}
1147-#content {
1148- background-color: #002b36 !important;
1149- color: #839496 !important;
1150-}
1151-#mw-head,
1152-#mw-panel {
1153- background-color: #073642 !important;
1154- color: #93a1a1 !important;
1155-}
1156-#mw-head div.portal,
1157-#mw-panel div.portal {
1158- background-image: none !important;
1159-}
1160-#mw-head {
1161- background-color: #073642 !important;
1162- background-image: linear-gradient(to bottom, #002b36, #073642) !important;
1163-}
1164-#mw-panel,
1165-#p-logo {
1166- background-image: linear-gradient(to right, #002b36, #073642) !important;
1167-}
1168-div.vectorTabs {
1169- background-image: linear-gradient(to bottom, #002b36, #073642) !important;
1170-}
1171-div.vectorTabs ul {
1172- background-image: linear-gradient(to bottom, #002b36, #073642) !important;
1173-}
1174-div.vectorTabs ul li {
1175- background-color: #073642 !important;
1176- background-image: none !important;
1177- padding: 0px 1px 0px 1px !important;
1178-}
1179-div.vectorTabs span {
1180- background-color: #073642 !important;
1181- background-image: linear-gradient(to bottom, #002b36, #073642) !important;
1182-}
1183-div.vectorTabs li.selected,
1184-div.vectorTabs li.selected span {
1185- background-color: transparent !important;
1186- background-image: linear-gradient(to bottom, #073642, #002b36) !important;
1187-}
1188-.mw-wiki-logo {
1189- filter: opacity(50%);
1190-}
1191-div#simpleSearch #searchInput {
1192- background-color: #002b36 !important;
1193- padding: 0.05em 0px 0.2em 0.2em !important;
1194-}
1195-.ambox,
1196-.infobox,
1197-#toc,
1198-#toctitle,
1199-.toclevel-1 {
1200- background-color: #073642 !important;
1201- border-color: #094352 !important;
1202- color: #93a1a1 !important;
1203-}
1204-.catlinks {
1205- background-color: #073642 !important;
1206- border-color: #094352 !important;
1207- color: #93a1a1 !important;
1208-}
1209-.navbox {
1210- background-color: #073642 !important;
1211- border-color: #094352 !important;
1212- color: #93a1a1 !important;
1213-}
1214-.navbox .th,
1215-.navbox .navbox-title {
1216- background-color: #094352 !important;
1217-}
1218-.navbox-abovebelow,
1219-th.navbox-group,
1220-.navbox-subgroup,
1221-.navbox-title {
1222- background-color: #083c4a !important;
1223-}
1224-.navbox-even {
1225- background-color: #002b36 !important;
1226-}
1227-h1,
1228-h2,
1229-h3,
1230-h4,
1231-h5,
1232-h6 {
1233- border-color: #094352 !important;
1234- color: #93a1a1 !important;
1235-}
1236-code {
1237- background-color: #094352 !important;
1238- border-color: #094352 !important;
1239- color: #93a1a1 !important;
1240-}
1241-div.thumbinner {
1242- background-color: #073642 !important;
1243- border-color: #094352 !important;
1244-}
1245-img {
1246- filter: opacity(75%);
1247-}
1248-img.thumbimage {
1249- border-color: #094352 !important;
1250-}
1251-.mw-body .external {
1252- opacity: 0.5 !important;
1253-}
1254-table.wikitable {
1255- background-color: #002b36 !important;
1256- border-color: #094352 !important;
1257- color: #839496 !important;
1258-}
1259-table.wikitable > * > tr > th {
1260- background-color: #073642 !important;
1261-}
1262-table {
1263- background-color: #002b36 !important;
1264-}
1265-#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table,
1266-#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table {
1267- background-color: #cb4b16 !important;
1268-}
1269-#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) a,
1270-#hnmain > tbody:nth-child(1) > tr:nth-child(1) a {
1271- color: #000 !important;
1272-}
1273-#hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2),
1274-#hnmain > tbody:nth-child(1) > tr:nth-child(2) {
1275- background-color: #002b36 !important;
1276-}
1277-#hnmain > tbody:nth-child(1) > tr:nth-child(2) {
1278- background-color: #002b36 !important;
1279-}
1280-.title a {
1281- color: #839496 !important;
1282-}
1283-.title a:visited {
1284- color: #586e75 !important;
1285-}
1286-a.storylink {
1287- color: #93a1a1 !important;
1288- font-weight: bold;
1289-}
1290-.sitestr {
1291- color: #268bd2 !important;
1292-}
1293-#hnmain > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) {
1294- background-color: #002b36 !important;
1295-}
1296-#hnmain .comhead {
1297- color: #93a1a1 !important;
1298-}
1299-#hnmain .c00 {
1300- color: #839496 !important;
1301-}
1302-#hnmain a.hnuser {
1303- color: #b58900 !important;
1304-}
1305-#hnmain span.age a {
1306- color: #586e75 !important;
1307-}
1308-.cdd {
1309- color: rgba(255,54,43,0.65) !important;
1310-}
1311-.comment i {
1312- color: #6c71c4 !important;
1313-}
1314-#hnmain > tbody:nth-child(1) > tr:nth-child(4) {
1315- background-color: #002b36 !important;
1316-}
1317-#hnmain > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
1318- background-color: #cb4b16 !important;
1319-}
1320-div#page div#header {
1321- background-color: #002b36 !important;
1322-}
1323-div#page div#header a {
1324- color: #6c71c4 !important;
1325-}
1326-.post {
1327- background-color: #002b36 !important;
1328-}
1329-.post * {
1330- overflow: auto !important;
1331-}
1332-.post h2 {
1333- background-color: #073642 !important;
1334-}
1335-.post h2 a {
1336- color: #93a1a1 !important;
1337-}
1338-.post div.entry {
1339- background-color: #002b36 !important;
1340- color: #839496 !important;
1341-}
1342-.post div.entry blockquote {
1343- background-color: #073642 !important;
1344-}
1345-.post div.entry kbd {
1346- background-color: #073642 !important;
1347- border-color: #586e75 !important;
1348- box-shadow: none !important;
1349- color: #93a1a1 !important;
1350- text-shadow: 0px 1px 0px #000 !important;
1351-}
1352-.post pre.mode-line {
1353- overflow: visible !important;
1354-}
1355-#sr-header-area {
1356- background-color: #073642 !important;
1357-}
1358-#sr-header-area .srdrop .selected {
1359- color: #839496 !important;
1360-}
1361-#sr-header-area #sr-more-link {
1362- background-color: #073642 !important;
1363-}
1364-.link.promotedlink.promoted {
1365- background-color: #073642 !important;
1366-}
1367-.link .usertext .md {
1368- background-color: #073642 !important;
1369-}
1370-.linkinfo {
1371- background-color: #073642 !important;
1372-}
1373-.linklisting .odd {
1374- background-color: #073642 !important;
1375-}
1376-.thing .title {
1377- color: #839496 !important;
1378-}
1379-div.md {
1380- color: #839496 !important;
1381-}
1382-body.comment {
1383- background-color: #002b36 !important;
1384-}
1385-.commentarea > .usertext {
1386- background-color: #002b36 !important;
1387-}
1388-.commentarea .menuarea {
1389- background-color: #002b36 !important;
1390-}
1391-.comments-page .panestack-title {
1392- background-color: #002b36 !important;
1393-}
1394-.listing-chooser {
1395- background-color: #002b36 !important;
1396-}
1397-.listing-chooser .intro {
1398- background-color: #586e75 !important;
1399- color: #93a1a1 !important;
1400-}
1401-.listing-chooser .grippy {
1402- background-color: #002b36 !important;
1403-}
1404-.listing-chooser .grippy:after {
1405- border-right: none !important;
1406-}
1407-.listing-chooser li {
1408- background-color: #073642 !important;
1409-}
1410-.listing-chooser li.selected {
1411- background-color: #586e75 !important;
1412- box-shadow: none;
1413-}
1414-.listing-chooser li a {
1415- color: #839496 !important;
1416-}
1417-.listing-chooser li a .description {
1418- color: #93a1a1 !important;
1419-}
1420-.titlebox {
1421- background-color: #073642 !important;
1422-}
1423-.titlebox form.toggle {
1424- background-color: #073642 !important;
1425- color: #839496 !important;
1426-}
1427-.side .usertext-body .md {
1428- background-color: #073642 !important;
1429-}
1430-.side {
1431- background-color: #073642 !important;
1432-}
1433-.sidebox .spacer {
1434- background-color: #073642 !important;
1435- color: #93a1a1 !important;
1436-}
1437-.tabmenu li a {
1438- background-color: #073642 !important;
1439-}
1440-#header-bottom-right {
1441- background-color: #073642 !important;
1442-}
1443-.morelink .nub {
1444- background-color: #073642 !important;
1445-}
1446-* {
1447- border-color: #657b83 !important;
1448-}
1449-a {
1450- color: #268bd2 !important;
1451-}
1452-a:visited {
1453- color: #6c71c4 !important;
1454-}
1455-body {
1456- background-color: #002b36 !important;
1457- color: #839496 !important;
1458-}
1459-html {
1460- background-color: #002b36 !important;
1461-}
1462-input,
1463-textarea {
1464- background-color: #073642 !important;
1465- color: #839496 !important;
1466-}
1467-tr:hover,
1468-blockquote,
1469-pre {
1470- background-color: #073642 !important;
1471- color: #839496 !important;
1472-}
1473-#toolMenu li {
1474- background-color: #002b36 !important;
1475-}
1476-.navPanel,
1477-.navIntraTool {
1478- background-color: #002b36 !important;
1479-}
1480-.instruction,
1481-.sakaiCopyrightInfo {
1482- color: #839496 !important;
1483-}
1484-.listHier th {
1485- background-color: #094352 !important;
1486-}
1487-ul.makeMenu {
1488- background-color: #094352 !important;
1489- border: 1px solid #094352 !important;
1490-}
1491-tr.external {
1492- background-color: #094352 !important;
1493-}
1494-hr {
1495- background-color: #094352 !important;
1496- color: #094352 !important;
1497-}
1498-.bounty-indicator,
1499-.bounty-indicator-tab {
1500- background-color: #6c71c4 !important;
1501-}
1502-.bottom-notice {
1503- background-color: #073642 !important;
1504-}
1505-.comments-link {
1506- color: #859900 !important;
1507-}
1508-.page-numbers {
1509- background-color: #859900 !important;
1510- color: #eee8d5 !important;
1511-}
1512-.page-numbers.current {
1513- background-color: #cb4b16 !important;
1514- color: #002b36 !important;
1515-}
1516-.post-menu a {
1517- color: #6c71c4 !important;
1518-}
1519-.question-status {
1520- background-color: #073642 !important;
1521-}
1522-.bg-black-050 {
1523- background-color: transparent !important;
1524-}
1525-.val-info {
1526- background-color: transparent !important;
1527- color: #839496 !important;
1528-}
1529-.s-label {
1530- color: #839496 !important;
1531-}
1532-pre code {
1533- background-color: #073642 !important;
1534- color: #93a1a1 !important;
1535-}
1536-pre code .atn {
1537- color: #268bd2 !important;
1538-}
1539-pre code .atv {
1540- color: #2aa198 !important;
1541-}
1542-pre code .com {
1543- color: #586e75 !important;
1544-}
1545-pre code .kwd {
1546- color: #859900 !important;
1547-}
1548-pre code .lit {
1549- color: #d33682 !important;
1550-}
1551-pre code .pln,
1552-pre code .pun {
1553- color: #839496 !important;
1554-}
1555-pre code .str {
1556- color: #2aa198 !important;
1557-}
1558-pre code .tag {
1559- color: #859900 !important;
1560-}
1561-pre code .typ {
1562- color: #b58900 !important;
1563-}
1564-#footer {
1565- background-color: #083c4a !important;
1566- color: #839496 !important;
1567-}
1568-#footer #footer-sites th {
1569- color: #93a1a1 !important;
1570-}
1571-.top-footer-links a {
1572- color: #859900 !important;
1573-}
1574-.so-header {
1575- background-color: #094352 !important;
1576- color: #93a1a1 !important;
1577-}
1578-.so-header a {
1579- color: #859900 !important;
1580-}
1581-.so-header .navigation .-list .-item :hover {
1582- background-color: #859900 !important;
1583- color: #fdf6e3 !important;
1584-}
1585-.topbar-dialog {
1586- background-color: #002b36 !important;
1587- box-shadow: #586e75 5px 5px 5px;
1588-}
1589-.topbar-dialog .current-site-container {
1590- background-color: #002b36 !important;
1591-}
1592-.topbar-dialog .header {
1593- background-color: #073642 !important;
1594-}
1595-.topbar-dialog .header a {
1596- color: #93a1a1 !important;
1597-}
1598-.topbar-dialog .site-link {
1599- color: #93a1a1 !important;
1600-}
1601-#header {
1602- background-color: #094352 !important;
1603-}
1604-#question-header .question-hyperlink {
1605- color: #93a1a1 !important;
1606-}
1607-#hlogo a {
1608- filter: opacity(75%);
1609-}
1610-.new-post-activity {
1611- background-color: #073642 !important;
1612-}
1613-.tagged-interesting {
1614- background-color: #094352 !important;
1615-}
1616-div.answered-accepted {
1617- background-color: #859900 !important;
1618- color: #eee8d5 !important;
1619-}
1620-div.answered-accepted .mini-counts {
1621- background-color: #859900 !important;
1622- color: #eee8d5 !important;
1623-}
1624-.answered .mini-counts span {
1625- color: #859900 !important;
1626-}
1627-.unanswered .mini-counts span {
1628- color: #839496 !important;
1629-}
1630-#hot-network-questions a {
1631- color: #2aa198 !important;
1632-}
1633-#hot-network-questions h4 a.js-gps-track {
1634- color: #93a1a1 !important;
1635-}
1636-#sidebar .community-bulletin .bulletin-item-content a {
1637- color: #93a1a1 !important;
1638-}
1639-#sidebar .module.community-bulletin {
1640- background-color: #073642 !important;
1641- color: #93a1a1 !important;
1642-}
1643-#sidebar .question-hyperlink {
1644- color: #2aa198 !important;
1645-}
1646-.newuser {
1647- background-color: #073642 !important;
1648- color: #93a1a1 !important;
1649-}
1650-.label-key {
1651- color: #839496 !important;
1652-}
1653-.label-key b {
1654- color: #93a1a1 !important;
1655-}
1656-#h-chat-link {
1657- color: #93a1a1 !important;
1658-}
1659-.ad502-room {
1660- background-color: #073642 !important;
1661- box-shadow: #586e75 0px 1px 3px;
1662- color: #93a1a1 !important;
1663-}
1664-#tabs a {
1665- background-color: transparent !important;
1666- background-image: linear-gradient(to bottom, #002b36, #073642);
1667- color: #93a1a1 !important;
1668-}
1669-#tabs a.youarehere {
1670- background-image: linear-gradient(to bottom, #cb4b16, #002b36);
1671- color: #fdf6e3 !important;
1672-}
1673-.post-tag {
1674- background-color: #586e75 !important;
1675- color: #002b36 !important;
1676-}
1677-.post-tag::before {
1678- background-color: #002b36 !important;
1679-}
1680-a.comment-user.owner {
1681- background-color: #859900 !important;
1682- color: #eee8d5 !important;
1683-}
1684-.post-signature {
1685- background-color: #073642 !important;
1686- color: #93a1a1 !important;
1687-}
1688-.post-signature a {
1689- color: #2aa198 !important;
1690-}
1691-.post-signature.owner .user-info .user-details a {
1692- color: #859900 !important;
1693-}
1694-.post-signature span.relativetime {
1695- color: #93a1a1 !important;
1696-}
1697-.vote {
1698- background-color: #073642 !important;
1699-}
1700-.vote .star-off {
1701- filter: opacity(75%);
1702-}
1703-.vote .star-on {
1704- filter: opacity(50%) !important;
1705-}
1706-.vote .vote-down-off,
1707-.vote .vote-up-off {
1708- filter: opacity(50%);
1709-}
1710-.answer-votes {
1711- background-color: #586e75 !important;
1712- color: #002b36 !important;
1713-}
+0,
-0