dark-theme.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840
  1. /* Main */
  2. body {
  3. background-color: #1d1f21 !important;
  4. color: #e0e0e0;
  5. }
  6. body:not(.full-width) {
  7. background-color: #1d1f21 !important;
  8. }
  9. footer {
  10. background-color: #282a2e;
  11. color: #e0e0e0;
  12. border-top: 1px solid #373b41;
  13. margin-top: 0 !important;
  14. }
  15. footer .container .fa {
  16. color: #81a2be;
  17. }
  18. a {
  19. color: #81a2be;
  20. }
  21. a:hover {
  22. color: #81a2be;
  23. opacity: 0.6;
  24. }
  25. hr {
  26. background-color: #e0e0e0 !important;
  27. }
  28. .full.height {
  29. padding-top: 53px;
  30. margin: 0 0 -40px 0;
  31. }
  32. .following.bar.light {
  33. position: fixed;
  34. top: 0px;
  35. }
  36. .ui.attached.header .right .button {
  37. color: white !important;
  38. }
  39. .ui.top.attached.header {
  40. background: #2f3233 !important;
  41. color: #e7e7e7 !important;
  42. border-color: #353636 !important;
  43. }
  44. .ui.table thead th {
  45. background: #2f3233 !important;
  46. color: #e7e7e7 !important;
  47. border-color: #353636 !important;
  48. }
  49. .three.wide.text.grey.right.age,
  50. .time-since.poping.up {
  51. color: #e7e7e7 !important;
  52. }
  53. .ui.dropdown .menu {
  54. background: #333131 !important;
  55. }
  56. /* Navigation */
  57. .ui.menu .ui.dropdown .menu > .item {
  58. color: rgba(255, 255, 255, 0.9) !important;
  59. }
  60. .following.bar.light {
  61. background-color: #282a2e;
  62. border-bottom: 1px solid #373b41;
  63. }
  64. .ui.secondary.menu .active.item {
  65. color: #e0e0e0;
  66. background-color: #1d1f21;
  67. font-weight: bold;
  68. }
  69. .ui.secondary.menu .active.item:hover {
  70. background-color: #1d1f21 !important;
  71. }
  72. .ui.menu .item {
  73. color: #e0e0e0;
  74. }
  75. .ui.menu {
  76. background: #282a2e;
  77. border: none;
  78. }
  79. .repository .milestone.list > .item > a {
  80. color: white;
  81. }
  82. .issue.list > .item .desc a.milestone:hover {
  83. color: white !important;
  84. }
  85. .repository .metas .ui.list a .text {
  86. color: white;
  87. }
  88. h1 a.anchor .octicon.octicon-link,
  89. h2 a.anchor .octicon.octicon-link,
  90. h3 a.anchor .octicon.octicon-link,
  91. h4 a.anchor .octicon.octicon-link,
  92. h5 a.anchor .octicon.octicon-link,
  93. h6 a.anchor .octicon.octicon-link {
  94. color: white;
  95. }
  96. .following.bar .top.menu a.item:hover {
  97. color: #b4b7b4;
  98. }
  99. .ui .text.black {
  100. color: #e0e0e0;
  101. }
  102. .context.user.overflow.menu.transition {
  103. background-color: #343544;
  104. color: lightgrey !important;
  105. }
  106. .ui.dropdown .menu > .header {
  107. color: rgba(255, 255, 255, 0.9);
  108. }
  109. .overflow.menu .items .item:hover {
  110. color: rgba(255, 255, 255, 0.9);
  111. }
  112. .overflow.menu .items .item {
  113. color: rgba(255, 255, 255, 0.9) !important;
  114. }
  115. .ui.dropdown .menu > .item {
  116. color: white !important;
  117. }
  118. .repository .filter.dropdown .menu {
  119. background-color: #2e2f38 !important;
  120. color: lightgrey !important;
  121. }
  122. .ui.menu .ui.dropdown .menu > .active.item {
  123. color: rgb(73, 95, 140) !important;
  124. }
  125. .ui.icon.input > input {
  126. background-color: #3e3e3e !important;
  127. border: none !important;
  128. color: lightgrey;
  129. }
  130. .reference.column .text.black {
  131. color: white !important;
  132. }
  133. .ui.menu .ui.dropdown .menu > .item:hover,
  134. .ui.menu .ui.dropdown .menu > .selected.item,
  135. #branch-list {
  136. background-color: #343544 !important;
  137. color: white !important;
  138. }
  139. .filter.icon {
  140. color: white;
  141. }
  142. /* Home */
  143. .home a {
  144. color: #cc6666;
  145. }
  146. .home .logo img {
  147. height: 294px;
  148. }
  149. .home .hero .octicon {
  150. color: #cc6666;
  151. }
  152. .ui.header {
  153. color: #e0e0e0;
  154. }
  155. .feeds .list ul li.private {
  156. background-color: #373b41;
  157. border-bottom: none;
  158. }
  159. .feeds .list ul li:not(:last-child) {
  160. border-bottom: 1px solid #373b41;
  161. }
  162. .ui.accordion .title:not(.ui) {
  163. color: #e0e0e0;
  164. }
  165. #auth_password {
  166. background: #373b41;
  167. color: #e0e0e0;
  168. }
  169. .ui.checkbox label:hover,
  170. .ui.checkbox + label:hover {
  171. color: #e0e0e0;
  172. opacity: 0.6;
  173. }
  174. .ui.secondary.menu .dropdown.item:hover,
  175. .ui.secondary.menu .link.item:hover,
  176. .ui.secondary.menu a.item:hover {
  177. color: rgba(224, 224, 224, 0.6);
  178. }
  179. /* Explore */
  180. .ui.vertical.menu {
  181. background-color: #373b41;
  182. }
  183. .ui.vertical.menu .header.item {
  184. background-color: #373b41;
  185. }
  186. .ui.vertical.menu .active.item {
  187. background-color: #282a2e;
  188. }
  189. .ui.menu .active.item {
  190. color: #e0e0e0;
  191. background: #373b41;
  192. }
  193. .ui.menu a.item:hover {
  194. color: #fff;
  195. background-color: #282a2e;
  196. }
  197. .ui.repository.list .item:not(:first-child) {
  198. border-top: 1px solid #373b41;
  199. }
  200. .ui.menu .active.item:hover {
  201. background-color: #373b41;
  202. color: #e0e0e0;
  203. }
  204. .ui.vertical.menu .active.item:hover {
  205. background-color: #282a2e;
  206. color: #e0e0e0;
  207. }
  208. .ui.form input:not([type]),
  209. .ui.form input:not([type]):focus {
  210. background-color: #373b41;
  211. color: #b4b7b4;
  212. }
  213. .ui.form input:not([type]):focus {
  214. border-top-color: #81a2be;
  215. border-left-color: #81a2be;
  216. border-bottom-color: #81a2be;
  217. color: #e0e0e0;
  218. }
  219. .ui.list .list > .item .description,
  220. .ui.list > .item .description {
  221. color: #969896;
  222. }
  223. .ui.repository.list .item .time {
  224. color: #969896;
  225. }
  226. .ui .text.grey {
  227. color: #969896 !important;
  228. }
  229. .ui.user.list .item:not(:first-child) {
  230. border-top: 1px solid #373b41;
  231. }
  232. .ui.divider:not(.vertical):not(.horizontal) {
  233. border-bottom: 1px solid #373b41;
  234. }
  235. .ui.list .list > .item .header,
  236. .ui.list > .item .header {
  237. color: #e0e0e0;
  238. }
  239. .ui.pagination.menu .active.item {
  240. color: #e0e0e0;
  241. background-color: #373b41;
  242. }
  243. .ui.menu .item.disabled,
  244. .ui.menu:hover .item.disabled:hover {
  245. color: #e0e0e0;
  246. }
  247. .ui.menu:hover .item.disabled:hover {
  248. background-color: #282a2e !important;
  249. }
  250. .ui.user.list .item .description a {
  251. color: #81a2be !important;
  252. }
  253. .ui.sha.label,
  254. a.ui.label:hover,
  255. a.ui.labels .label:hover {
  256. background-color: #454557;
  257. color: #d7d7d7;
  258. }
  259. .ui.breadcrumb a.section {
  260. display: none;
  261. }
  262. #search-repo-box .results .item:hover,
  263. #search-user-box .results .item:hover {
  264. color: rgb(152, 165, 201) !important;
  265. }
  266. /* Repos */
  267. .repository .header-wrapper {
  268. background-color: #282a2e;
  269. }
  270. .ui.basic.button,
  271. .ui.basic.buttons .button {
  272. color: #e0e0e0 !important;
  273. }
  274. .ui.basic.label {
  275. color: #e0e0e0;
  276. }
  277. .ui.tabular.menu .item {
  278. color: #e0e0e0;
  279. }
  280. .ui.tabular.menu .active.item {
  281. background: none #373b41;
  282. color: #e0e0e0;
  283. border-color: transparent;
  284. }
  285. .ui .text.black {
  286. color: #e0e0e0;
  287. }
  288. .ui .text.black:hover {
  289. color: #e0e0e0;
  290. }
  291. .ui.segment {
  292. background: #282a2e;
  293. }
  294. .ui.input input {
  295. background: #373b41 !important;
  296. color: #e0e0e0 !important;
  297. border: none !important;
  298. }
  299. .ui.input input:focus {
  300. background: #373b41 !important;
  301. color: #e0e0e0 !important;
  302. }
  303. .ui.black.button,
  304. .ui.black.buttons .button {
  305. background: #373b41 !important;
  306. color: #e0e0e0 !important;
  307. }
  308. .ui.basic.button:hover,
  309. .ui.basic.buttons .button:hover {
  310. background: #e0e0e0 !important;
  311. }
  312. .ui.basic.label {
  313. background: none #e0e0e0;
  314. }
  315. span.ui.basic.yellow.label {
  316. background-color: transparent !important;
  317. }
  318. .ui.dropdown .menu {
  319. background: #e0e0e0;
  320. }
  321. .reference .ui.button {
  322. line-height: 16px;
  323. }
  324. .reference.column .text.black {
  325. color: #1d1f21;
  326. }
  327. .ui.table {
  328. background: #282a2e;
  329. color: #e0e0e0;
  330. }
  331. .ui.table thead th {
  332. background: #e0e0e0;
  333. color: #1d1f21;
  334. }
  335. .repository.file.list #repo-files-table tr:hover {
  336. background-color: #373b41;
  337. }
  338. .repository.file.list #file-content .code-view .lines-code ol {
  339. background-color: #282a2e;
  340. }
  341. .repository.file.list #file-buttons .ui.button {
  342. padding: 0.78571429em 1.2em 0.78571429em;
  343. line-height: 16px;
  344. }
  345. .repository #clone-panel {
  346. margin-top: 0;
  347. margin-bottom: 0;
  348. margin-left: 1rem;
  349. }
  350. .repository #clone-panel .ui.basic.button {
  351. font-size: 0.85714286rem;
  352. line-height: 16px;
  353. }
  354. .repository #clone-panel .ui.basic.button .icon {
  355. font-size: 16px;
  356. }
  357. .repository #clone-panel .clone.button {
  358. padding: 0.78571429em 0.5em;
  359. }
  360. .ui.breadcrumb a {
  361. color: #81a2be;
  362. }
  363. .ui.breadcrumb a:hover {
  364. color: #81a2be;
  365. opacity: 0.6;
  366. }
  367. .ui.basic.blue.button,
  368. .ui.basic.blue.buttons .button {
  369. color: #81a2be !important;
  370. box-shadow: 0 0 0 1px #81a2be inset !important;
  371. }
  372. .ui.basic.blue.button:hover,
  373. .ui.basic.blue.buttons .button:hover {
  374. color: #81a2be !important;
  375. opacity: 0.6;
  376. }
  377. .ui.basic.orange.label {
  378. color: #f2711c !important;
  379. border-color: #f2711c !important;
  380. background: none !important;
  381. }
  382. .ui .text.grey a:hover {
  383. color: #fff !important;
  384. }
  385. .ui .text.grey a {
  386. color: #fff !important;
  387. }
  388. .ui.button {
  389. background-color: #0000001a;
  390. color: #999;
  391. }
  392. .ui.form textarea,
  393. .repository.file.editor
  394. .commit-form-wrapper
  395. .commit-form
  396. .quick-pull-choice
  397. .new-branch-name-input
  398. input {
  399. background-color: #373b41 !important;
  400. color: #b4b7b4 !important;
  401. }
  402. .ui.menu .item > .label {
  403. color: #1d1f21;
  404. }
  405. .ui.tabular.menu .item:hover {
  406. color: #e0e0e0;
  407. opacity: 0.6;
  408. }
  409. .ui.breadcrumb .divider {
  410. color: #e0e0e0;
  411. }
  412. .three.wide.text.grey.right.age .time-since.poping.up {
  413. color: #1d1f21;
  414. }
  415. .ui.attached.header {
  416. background: #e0e0e0;
  417. }
  418. .ui.top.attached.header {
  419. background: #e0e0e0;
  420. color: #282a2e;
  421. }
  422. .ui .warning.header {
  423. background-color: #de935f !important;
  424. border-color: #de935f !important;
  425. }
  426. .ui.attached.table {
  427. border: transparent;
  428. }
  429. .markdown:not(code) .highlight pre,
  430. .markdown:not(code) pre {
  431. background-color: #1d1f21;
  432. }
  433. .hljs {
  434. color: #e0e0e0 !important;
  435. }
  436. .hljs-built_in,
  437. .hljs-builtin-name {
  438. color: #81a2be !important;
  439. }
  440. .hljs-comment,
  441. .hljs-quote {
  442. color: #969896 !important;
  443. opacity: 0.7;
  444. }
  445. .hljs-keyword,
  446. .hljs-selector-tag,
  447. .hljs-subst {
  448. color: #e0e0e0 !important;
  449. }
  450. .hljs-tag,
  451. .hljs-name,
  452. .hljs-attribute {
  453. color: #81a2be !important;
  454. }
  455. .hljs-number,
  456. .hljs-literal,
  457. .hljs-variable,
  458. .hljs-template-variable,
  459. .hljs-tag .hljs-attr {
  460. color: #a3e5ff !important;
  461. }
  462. .hljs-string,
  463. .hljs-doctag {
  464. color: #cc6666 !important;
  465. }
  466. .markdown:not(code) h1,
  467. .markdown:not(code) h2,
  468. .markdown:not(code) h3,
  469. .markdown:not(code) h4,
  470. .markdown:not(code) h5,
  471. .markdown:not(code) h6 {
  472. border-bottom: 1px solid rgba(224, 224, 224, 0.6);
  473. }
  474. .ui.basic.small.button {
  475. background: #282a2e !important;
  476. }
  477. .linenums > li {
  478. background-color: #282a2e;
  479. }
  480. .lines-num > span {
  481. background: #373b41;
  482. }
  483. .ui.blue.button:hover,
  484. .ui.blue.buttons .button:hover {
  485. background-color: #81a2be;
  486. opacity: 0.6;
  487. }
  488. .repository .diff-file-box .code-diff tbody tr.add-code td {
  489. background-color: rgba(181, 189, 104, 0.1) !important;
  490. }
  491. .ui .info.segment.top {
  492. background-color: #282a2e !important;
  493. }
  494. .tag-code.nl-0.ol-0 > .lines-code > pre > code {
  495. color: #1d1f21 !important;
  496. }
  497. .repository .diff-file-box .code-diff tbody tr.tag-code td,
  498. .tag-code {
  499. background-color: #454545 !important;
  500. }
  501. .repository .diff-file-box .code-diff tbody tr .removed-code {
  502. background-color: #723b3b;
  503. color: white;
  504. }
  505. .repository .diff-file-box .code-diff tbody tr .added-code {
  506. background-color: #148414;
  507. color: white;
  508. }
  509. .hljs-title,
  510. .hljs-section,
  511. .hljs-selector-id {
  512. color: #cc6666 !important;
  513. }
  514. .ui.checkbox label,
  515. .ui.checkbox + label {
  516. color: #e0e0e0;
  517. }
  518. .ui.checkbox input:focus ~ label {
  519. color: #e0e0e0 !important;
  520. }
  521. .ui.red.button,
  522. .ui.red.buttons .button {
  523. background-color: #9e6a03;
  524. }
  525. .ui.green.button:hover,
  526. .ui.green.buttons .button:hover {
  527. background-color: #cc6666;
  528. opacity: 0.6;
  529. }
  530. .ui.blue.button,
  531. .ui.blue.buttons .button {
  532. background-color: #306796 !important;
  533. }
  534. #repo-clone-https,
  535. #repo-clone-https:hover {
  536. box-shadow: 0 0 0 1px #3c3c3c inset !important;
  537. background-color: #333 !important;
  538. color: white !important;
  539. }
  540. .ui.basic.label {
  541. background-color: #43434e !important;
  542. border-color: #383838;
  543. }
  544. .ui.basic.button {
  545. background-color: #32333b !important;
  546. }
  547. .repository .diff-file-box .code-diff tbody tr.del-code td {
  548. background-color: rgba(204, 102, 102, 0.1) !important;
  549. }
  550. .repository .diff-file-box .code-diff tbody tr.del-code td.add-code {
  551. background-color: rgba(204, 102, 102, 0.1) !important;
  552. }
  553. .repository .diff-file-box .code-diff tbody tr.del-code td.add-code pre {
  554. background-color: rgba(204, 102, 102, 0.1) !important;
  555. }
  556. .ui.secondary.pointing.menu a.item:hover {
  557. background-color: #282a2e;
  558. color: #e0e0e0 !important;
  559. }
  560. .markdown:not(code) table tr {
  561. background-color: #1d1f21;
  562. }
  563. .markdown:not(code) table tr:nth-child(2n) {
  564. background-color: #373b41;
  565. }
  566. .markdown:not(code) table th,
  567. .markdown:not(code) table td {
  568. border: none !important;
  569. }
  570. .markdown:not(code) blockquote {
  571. color: #b4b7b4 !important;
  572. border-left: 4px solid #5a5a5a;
  573. background-color: #5454541a;
  574. }
  575. .markdown:not(code) code,
  576. .markdown:not(code) tt {
  577. background-color: #373b41;
  578. }
  579. /* Issues */
  580. .issues .ui.vertical.filter.menu {
  581. background-color: rgba(0, 0, 0, 0);
  582. }
  583. .ui.basic.green.active.button,
  584. .ui.basic.green.buttons .active.button {
  585. box-shadow: 0 0 0 1px #b5bd68 inset !important;
  586. color: #b5bd68 !important;
  587. }
  588. .ui.basic.button:hover,
  589. .ui.basic.buttons .button:hover {
  590. background: #282a2e !important;
  591. color: #e0e0e0 !important;
  592. }
  593. .ui.basic.red.active.button,
  594. .ui.basic.red.buttons .active.button {
  595. box-shadow: 0 0 0 1px #9e6a03 inset !important;
  596. color: #9e6a03 !important;
  597. }
  598. .ui.compact.small.menu {
  599. background: #282a2e !important;
  600. }
  601. .issue.list > .item .title {
  602. color: #e0e0e0;
  603. }
  604. .ui.black.label,
  605. .ui.black.labels .label {
  606. color: #e0e0e0;
  607. background-color: #282a2e !important;
  608. }
  609. .issue.list > .item .desc {
  610. color: #e0e0e0;
  611. opacity: 0.6;
  612. }
  613. .issue.list > .item .title:hover {
  614. color: #e0e0e0;
  615. opacity: 0.6;
  616. }
  617. .repository.view.issue .comment-list:before {
  618. background-color: #969896;
  619. }
  620. .repository.view.issue .comment-list .comment .content .header {
  621. background-color: #e0e0e0;
  622. }
  623. .repository.view.issue .comment-list .comment .content .header::before {
  624. border-right-color: #353636;
  625. }
  626. .repository.view.issue .comment-list .comment .content .header::after {
  627. border-right-color: #2f3233;
  628. }
  629. .repository.view.issue .comment-list .comment .content > .bottom.segment {
  630. background: #282a2e;
  631. }
  632. .repository.view.issue .comment-list .comment .content > .bottom.segment a {
  633. background-color: transparent;
  634. }
  635. .ui .text.grey a {
  636. color: #b4b4b4 !important;
  637. }
  638. .ui.attached.segment {
  639. border: transparent;
  640. }
  641. .ui.warning.message {
  642. background-color: #e0e0e0;
  643. }
  644. .ui.green.label,
  645. .ui.green.labels .label {
  646. background-color: #238636 !important;
  647. border-color: #238636 !important;
  648. color: #e0e0e0 !important;
  649. }
  650. .ui.green.button,
  651. .ui.green.buttons .button {
  652. background-color: #238636 !important;
  653. color: #e0e0e0 !important;
  654. }
  655. .ui.basic.red.button,
  656. .ui.basic.red.buttons .button {
  657. color: #9e6a03 !important;
  658. box-shadow: 0 0 0 1px #9e6a03 inset !important;
  659. }
  660. .ui.basic.green.button,
  661. .ui.basic.green.buttons .button {
  662. color: #e0e0e0 !important;
  663. box-shadow: none !important;
  664. }
  665. .ui.red.label,
  666. .ui.red.labels .label {
  667. background-color: #9e6a03 !important;
  668. border-color: inherit !important;
  669. }
  670. .ui.form textarea {
  671. background: #e0e0e0;
  672. }
  673. .ui.basic.green.button:hover,
  674. .ui.basic.green.buttons .button:hover {
  675. box-shadow: 0 0 0 1px #b5bd68 inset !important;
  676. color: #b5bd68 !important;
  677. }
  678. .repository .comment.form .content .form:before,
  679. .repository .comment.form .content .form:after {
  680. border-right-color: #282a2e;
  681. }
  682. .repository.view.issue .comment-list .event .octicon.octicon-circle-slash {
  683. background-color: #1d1f21;
  684. }
  685. .dropzone .dz-preview.dz-image-preview {
  686. background: transparent !important;
  687. }
  688. /* Pull requests */
  689. .ui.header .sub.header {
  690. color: #e0e0e0 !important;
  691. }
  692. .editor-toolbar a {
  693. color: #81a2be !important;
  694. }
  695. /* Wiki */
  696. .repository.wiki.view .markdown {
  697. background: #282a2e;
  698. padding: 25px;
  699. border-radius: 15px;
  700. }
  701. /* Profile drop down */
  702. .ui.menu .dropdown.item .menu {
  703. background: #e0e0e0;
  704. }
  705. .ui.menu .ui.dropdown .menu > .item:hover,
  706. .ui.menu .ui.dropdown .menu > .selected.item {
  707. background: #b4b7b4;
  708. opacity: 0.6;
  709. }
  710. /* Profile */
  711. .ui.card,
  712. .ui.cards > .card {
  713. background: #282a2e;
  714. box-shadow: none;
  715. }
  716. .ui.card > .extra a:not(.ui),
  717. .ui.cards > .card > .extra a:not(.ui) {
  718. color: #81a2be;
  719. }
  720. .ui.card > .extra,
  721. .ui.cards > .card > .extra {
  722. border-top: 1px solid #373b41 !important;
  723. }
  724. .user.profile .ui.card .extra.content ul li:not(:last-child) {
  725. border-bottom: 1px solid #373b41 !important;
  726. }
  727. .ui.secondary.pointing.menu .active.item {
  728. color: #e0e0e0;
  729. border-color: #e0e0e0;
  730. }
  731. .ui.secondary.pointing.menu .active.item:hover {
  732. border-color: #e0e0e0;
  733. }
  734. .user.profile .ui.card .header.text {
  735. color: #e0e0e0;
  736. }
  737. .user.followers .list .item form button {
  738. margin-top: 10px;
  739. }
  740. /* Settings */
  741. .ui.form .field > label {
  742. color: #e0e0e0;
  743. }
  744. #website {
  745. background: #373b41;
  746. color: #e0e0e0;
  747. }
  748. .inline.box.field > label {
  749. color: #e0e0e0 !important;
  750. }
  751. .inline.box.field > input {
  752. background: #373b41;
  753. color: #e0e0e0;
  754. }
  755. #old_password,
  756. #password,
  757. #retype,
  758. #email,
  759. #description {
  760. background: #373b41;
  761. color: #e0e0e0;
  762. }
  763. label[for="org_name"] {
  764. color: #e0e0e0 !important;
  765. }
  766. .ui.red.message {
  767. color: #9e6a03;
  768. }
  769. .ui.very.basic.striped.table > thead > tr > th {
  770. color: #e0e0e0;
  771. }
  772. .ui.form .inline.field > label,
  773. .ui.form .inline.field > p,
  774. .ui.form .inline.fields .field > label,
  775. .ui.form .inline.fields .field > p,
  776. .ui.form .inline.fields > label {
  777. color: #e0e0e0;
  778. }
  779. .ui.very.basic.select.selectable.table > thead > tr > th {
  780. color: #e0e0e0;
  781. }
  782. .ui.teal.button,
  783. .ui.teal.buttons .button {
  784. background-color: #8abeb7;
  785. }
  786. .ui.form input[type="file"],
  787. .ui.form input[type="number"],
  788. .ui.form input[type="url"],
  789. .ui.form input[type="password"] {
  790. color: #e0e0e0;
  791. background: #373b41;
  792. }
  793. .ui.selection.dropdown {
  794. color: #e0e0e0;
  795. background: #373b41;
  796. }
  797. .ui.selection.visible.dropdown > .text:not(.default) {
  798. color: unset;
  799. }
  800. .organization.members .list .item {
  801. border-bottom: 1px solid #373b41 !important;
  802. }
  803. .settings .hook.list > .item:not(:first-child) {
  804. border-top: 1px solid #373b41 !important;
  805. }
  806. .settings .key.list .item:not(:first-child) {
  807. border-top: 1px solid #373b41 !important;
  808. }
  809. /* Commit */
  810. .repository .diff-box .file {
  811. color: #969896;
  812. }
  813. .ui.blue.button,
  814. .ui.blue.buttons .button {
  815. background-color: #81a2be;
  816. color: #e0e0e0 !important;
  817. }
  818. .ui.basic.grey.button,
  819. .ui.basic.grey.buttons .button {
  820. color: #282a2e !important;
  821. }
  822. .added-code {
  823. color: #fff;
  824. background-color: #b5bd68;
  825. }
  826. .removed-code {
  827. color: #1d1f21;
  828. background-color: #cc6666;
  829. }
  830. .ui.blue.label,
  831. .ui.blue.labels .label {
  832. background-color: #81a2be !important;
  833. color: #e0e0e0 !important;
  834. }
  835. .repository .diff-file-box .file-body.file-code .lines-num {
  836. background: none;
  837. }
  838. .hljs-meta {
  839. color: #959595 !important;
  840. }