dark-gogs.dev.css 19 KB

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