dark-gogs.dev.css 20 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136
  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: #30363d !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. border: 1px solid #30363d;
  314. color: #c9d1d9;
  315. }
  316. .ui.table thead th {
  317. background: #c9d1d9;
  318. color: #0d1117;
  319. }
  320. .repository.file.list #repo-files-table tr:hover {
  321. background-color: #222831;
  322. }
  323. .ui.breadcrumb a {
  324. color: #58a6ff;
  325. }
  326. .ui.breadcrumb a:hover {
  327. color: #58a6ff;
  328. opacity: 0.6;
  329. }
  330. .ui.basic.blue.button,
  331. .ui.basic.blue.buttons .button {
  332. box-shadow: 0 0 0 1px #58a6ff inset !important;
  333. color: #58a6ff !important;
  334. }
  335. .ui.basic.blue.button:hover,
  336. .ui.basic.blue.buttons .button:hover {
  337. color: #58a6ff !important;
  338. opacity: 0.6;
  339. }
  340. .ui.basic.orange.label {
  341. background: none !important;
  342. border-color: #f2711c !important;
  343. color: #f2711c !important;
  344. }
  345. .ui .text.grey a:hover {
  346. color: #fff !important;
  347. }
  348. .ui .text.grey a {
  349. color: #fff !important;
  350. }
  351. .ui.button {
  352. background-color: #0000001a;
  353. color: #999;
  354. }
  355. .CodeMirror {
  356. background: #0d1117;
  357. border: 1px solid #30363d;
  358. color: #c9d1d9;
  359. }
  360. .ui.form textarea,
  361. .repository.file.editor .commit-form-wrapper .commit-form .quick-pull-choice .new-branch-name-input input {
  362. background-color: #161b22 !important;
  363. color: #b4b7b4 !important;
  364. }
  365. .ui.menu .item>.label {
  366. color: #0d1117;
  367. }
  368. .ui.tabular.menu .item:hover {
  369. color: #c9d1d9;
  370. opacity: 0.6;
  371. }
  372. .ui.breadcrumb .divider {
  373. color: #c9d1d9;
  374. }
  375. .three.wide.text.grey.right.age .time-since.poping.up {
  376. color: #0d1117;
  377. }
  378. .ui.attached.header {
  379. background: #c9d1d9;
  380. }
  381. .ui.top.attached.header {
  382. background: #c9d1d9;
  383. color: #161b22;
  384. }
  385. .ui .warning.header {
  386. background-color: #de935f !important;
  387. border-color: #de935f !important;
  388. }
  389. .ui.attached.table {
  390. border: transparent;
  391. }
  392. .markdown:not(code) .highlight pre,
  393. .markdown:not(code) pre {
  394. background-color: #0d1117;
  395. }
  396. .hljs {
  397. color: #c9d1d9 !important;
  398. }
  399. .hljs-built_in,
  400. .hljs-builtin-name {
  401. color: #58a6ff !important;
  402. }
  403. .hljs-comment,
  404. .hljs-quote {
  405. color: #969896 !important;
  406. opacity: 0.7;
  407. }
  408. .hljs-keyword,
  409. .hljs-selector-tag,
  410. .hljs-subst {
  411. color: #c9d1d9 !important;
  412. }
  413. .hljs-tag,
  414. .hljs-name,
  415. .hljs-attribute {
  416. color: #58a6ff !important;
  417. }
  418. .hljs-number,
  419. .hljs-literal,
  420. .hljs-variable,
  421. .hljs-template-variable,
  422. .hljs-tag .hljs-attr {
  423. color: #a3e5ff !important;
  424. }
  425. .hljs-string,
  426. .hljs-doctag {
  427. color: #7ee787 !important;
  428. }
  429. .markdown:not(code) h1,
  430. .markdown:not(code) h2,
  431. .markdown:not(code) h3,
  432. .markdown:not(code) h4,
  433. .markdown:not(code) h5,
  434. .markdown:not(code) h6 {
  435. border-bottom: 1px solid #21262d;
  436. }
  437. .markdown:not(code) h1 code,
  438. .markdown:not(code) h2 code,
  439. .markdown:not(code) h3 code,
  440. .markdown:not(code) h4 code,
  441. .markdown:not(code) h5 code,
  442. .markdown:not(code) h6 code {
  443. padding-bottom: 0;
  444. }
  445. .markdown:not(code) h1 code:before,
  446. .markdown:not(code) h2 code:before,
  447. .markdown:not(code) h3 code:before,
  448. .markdown:not(code) h4 code:before,
  449. .markdown:not(code) h5 code:before,
  450. .markdown:not(code) h6 code:before,
  451. .markdown:not(code) h1 code:after,
  452. .markdown:not(code) h2 code:after,
  453. .markdown:not(code) h3 code:after,
  454. .markdown:not(code) h4 code:after,
  455. .markdown:not(code) h5 code:after,
  456. .markdown:not(code) h6 code:after {
  457. display: none;
  458. }
  459. .ui.basic.small.button {
  460. background: #161b22 !important;
  461. }
  462. .linenums>li {
  463. background-color: #161b22;
  464. }
  465. .lines-num>span {
  466. background: #161b22;
  467. }
  468. .ui.blue.button:hover,
  469. .ui.blue.buttons .button:hover {
  470. background-color: #58a6ff;
  471. opacity: 0.6;
  472. }
  473. .repository .diff-file-box .code-diff tbody tr.add-code td {
  474. background-color: rgba(181, 189, 104, 0.1) !important;
  475. }
  476. .ui .info.segment.top {
  477. background-color: #161b22 !important;
  478. }
  479. .tag-code.nl-0.ol-0>.lines-code>pre>code {
  480. color: #fff !important;
  481. }
  482. .repository .diff-file-box .code-diff tbody tr.tag-code td,
  483. .tag-code {
  484. background-color: #31363b !important;
  485. }
  486. .repository .diff-file-box .code-diff tbody tr .removed-code {
  487. background-color: #723b3b;
  488. color: #fff;
  489. }
  490. .repository .diff-file-box .code-diff tbody tr .added-code {
  491. background-color: #148414;
  492. color: #fff;
  493. }
  494. .hljs-title,
  495. .hljs-section,
  496. .hljs-selector-id {
  497. color: #7ee787 !important;
  498. }
  499. .ui.checkbox label,
  500. .ui.checkbox+label {
  501. color: #c9d1d9;
  502. }
  503. .ui.checkbox input:focus~label {
  504. color: #c9d1d9 !important;
  505. }
  506. .ui.red.button,
  507. .ui.red.buttons .button {
  508. background-color: #da3633;
  509. }
  510. .ui.green.button:hover,
  511. .ui.green.buttons .button:hover {
  512. background-color: #238636;
  513. opacity: 0.6;
  514. }
  515. .ui.blue.button,
  516. .ui.blue.buttons .button {
  517. background-color: #1f6feb !important;
  518. }
  519. #repo-clone-https,
  520. #repo-clone-https:hover {
  521. background-color: #21262d !important;
  522. box-shadow: 0 0 0 1px #3c3c3c inset !important;
  523. color: #fff !important;
  524. }
  525. .ui.basic.label {
  526. background-color: #282e38 !important;
  527. border-color: #343434;
  528. color: #c9d1d9;
  529. }
  530. .ui.basic.button {
  531. background-color: #21262d !important;
  532. }
  533. .repository .diff-file-box .code-diff tbody tr.del-code td {
  534. background-color: rgba(204, 102, 102, 0.1) !important;
  535. }
  536. .ui.secondary.pointing.menu a.item:hover {
  537. background-color: #161b22;
  538. color: #c9d1d9 !important;
  539. }
  540. .markdown:not(code) table tr {
  541. background-color: #0d1117;
  542. }
  543. .markdown:not(code) table tr:nth-child(2n) {
  544. background-color: #161b22;
  545. }
  546. .markdown:not(code) table th,
  547. .markdown:not(code) table td {
  548. border: none !important;
  549. }
  550. .markdown:not(code) blockquote {
  551. background-color: #5454541a;
  552. border-left: 4px solid #5a5a5a;
  553. color: #b4b7b4 !important;
  554. }
  555. .markdown:not(code) code,
  556. .markdown:not(code) tt {
  557. background-color: #161b22;
  558. }
  559. /* Issues */
  560. .ui.basic.green.active.button,
  561. .ui.basic.green.buttons .active.button {
  562. box-shadow: 0 0 0 1px #7ee787 inset !important;
  563. color: #7ee787 !important;
  564. }
  565. .ui.basic.button:hover,
  566. .ui.basic.buttons .button:hover {
  567. background: #161b22 !important;
  568. color: #c9d1d9 !important;
  569. }
  570. .ui.basic.red.active.button,
  571. .ui.basic.red.buttons .active.button {
  572. box-shadow: 0 0 0 1px #da3633 inset !important;
  573. color: #da3633 !important;
  574. }
  575. .ui.compact.small.menu {
  576. background: #161b22 !important;
  577. }
  578. .issue.list>.item .title {
  579. color: #c9d1d9;
  580. }
  581. .ui.black.label,
  582. .ui.black.labels .label {
  583. background-color: #161b22 !important;
  584. color: #c9d1d9;
  585. }
  586. .issue.list>.item .desc {
  587. color: #c9d1d9;
  588. opacity: 0.6;
  589. }
  590. .issue.list>.item .title:hover {
  591. color: #c9d1d9;
  592. opacity: 0.6;
  593. }
  594. .repository.view.issue .comment-list .comment .content .header {
  595. background-color: #c9d1d9;
  596. }
  597. .ui .text.grey a {
  598. color: #b4b4b4 !important;
  599. }
  600. .ui.attached.segment {
  601. border: 1px solid #30363d;
  602. }
  603. .ui.warning.message {
  604. background-color: #c9d1d9;
  605. }
  606. .ui.green.label,
  607. .ui.green.labels .label {
  608. background-color: #238636 !important;
  609. border-color: #238636 !important;
  610. color: #fff !important;
  611. }
  612. .ui.green.button,
  613. .ui.green.buttons .button {
  614. background-color: #238636 !important;
  615. color: #fff !important;
  616. }
  617. .ui.basic.red.button,
  618. .ui.basic.red.buttons .button {
  619. box-shadow: 0 0 0 1px #da3633 inset !important;
  620. color: #da3633 !important;
  621. }
  622. .ui.basic.green.button,
  623. .ui.basic.green.buttons .button {
  624. box-shadow: none !important;
  625. color: #fff !important;
  626. }
  627. .ui.red.label,
  628. .ui.red.labels .label {
  629. background-color: #da3633 !important;
  630. border-color: inherit !important;
  631. }
  632. .ui.form textarea {
  633. background: #010409 !important;
  634. }
  635. .ui.basic.green.button:hover,
  636. .ui.basic.green.buttons .button:hover {
  637. box-shadow: 0 0 0 1px #7ee787 inset !important;
  638. color: #7ee787 !important;
  639. }
  640. .ui.tabular.menu {
  641. border-bottom: 1px solid #21262d;
  642. }
  643. .repository.new.issue .comment.form .content:before,
  644. .repository.new.issue .comment.form .content:after {
  645. border-right-color: #161b22;
  646. }
  647. .repository.view.issue .comment-list .comment .content .header:before,
  648. .repository.view.issue .comment-list .comment .content .header:after {
  649. border-right-color: #21262d;
  650. }
  651. .repository .comment.form .content .form:before,
  652. .repository .comment.form .content .form:after {
  653. border-right-color: #161b22;
  654. }
  655. .repository.view.issue .comment-list:before {
  656. background-color: #28313d;
  657. }
  658. .ui.comments .comment .actions a {
  659. color: #c9d1d9;
  660. }
  661. .ui.comments .comment .actions a.active,
  662. .ui.comments .comment .actions a:hover {
  663. color: #c9d1d9;
  664. opacity: 0.6;
  665. }
  666. /* Pull requests */
  667. .ui.header .sub.header {
  668. color: #c9d1d9 !important;
  669. }
  670. .editor-toolbar a {
  671. color: #58a6ff !important;
  672. }
  673. /* Wiki */
  674. .repository.wiki.view .markdown {
  675. background: #161b22;
  676. border-radius: 15px;
  677. margin-left: 0px;
  678. padding: 25px;
  679. }
  680. /* Profile drop down */
  681. .ui.menu .dropdown.item .menu {
  682. background: #c9d1d9;
  683. }
  684. .ui.menu .ui.dropdown .menu>.item:hover,
  685. .ui.menu .ui.dropdown .menu>.selected.item {
  686. background: #b4b7b4;
  687. border-radius: 0;
  688. opacity: 1;
  689. }
  690. .ui.menu .ui.dropdown .menu>.item:first-child:hover,
  691. .ui.menu .ui.dropdown .menu>.selected.item:first-child {
  692. border-radius: .28571429rem .28571429rem 0 0;
  693. }
  694. .ui.menu .ui.dropdown .menu>.item:last-child:hover,
  695. .ui.menu .ui.dropdown .menu>.selected.item:last-child {
  696. border-radius: 0 0 .28571429rem .28571429rem;
  697. }
  698. /* Profile */
  699. .ui.card,
  700. .ui.cards>.card {
  701. background: #161b22;
  702. box-shadow: none;
  703. }
  704. .ui.card>.extra a:not(.ui),
  705. .ui.cards>.card>.extra a:not(.ui) {
  706. color: #58a6ff;
  707. }
  708. .ui.card>.extra,
  709. .ui.cards>.card>.extra {
  710. border-top: 1px solid #161b22 !important;
  711. }
  712. .user.profile .ui.card .extra.content ul li:not(:last-child) {
  713. border-bottom: 1px solid #161b22 !important;
  714. }
  715. .ui.secondary.pointing.menu .active.item {
  716. color: #c9d1d9;
  717. }
  718. /* Settings */
  719. .ui.form .field>label {
  720. color: #c9d1d9;
  721. }
  722. #website {
  723. background: #010409 !important;
  724. color: #c9d1d9;
  725. }
  726. .inline.box.field>label {
  727. color: #c9d1d9 !important;
  728. }
  729. .inline.box.field>input {
  730. background: #161b22;
  731. color: #c9d1d9;
  732. }
  733. #old_password,
  734. #password,
  735. #retype,
  736. #email,
  737. #description {
  738. background: #010409 !important;
  739. color: #c9d1d9;
  740. }
  741. label[for=org_name] {
  742. color: #c9d1d9 !important;
  743. }
  744. .ui.red.message {
  745. color: #da3633;
  746. }
  747. .ui.very.basic.striped.table>thead>tr>th {
  748. color: #c9d1d9;
  749. }
  750. .ui.form .inline.field>label,
  751. .ui.form .inline.field>p,
  752. .ui.form .inline.fields .field>label,
  753. .ui.form .inline.fields .field>p,
  754. .ui.form .inline.fields>label {
  755. color: #c9d1d9;
  756. }
  757. .ui.very.basic.select.selectable.table>thead>tr>th {
  758. color: #c9d1d9;
  759. }
  760. .ui.teal.button,
  761. .ui.teal.buttons .button {
  762. background-color: #8abeb7;
  763. }
  764. .ui.form input[type=file],
  765. .ui.form input[type=number],
  766. .ui.form input[type=url],
  767. .ui.form input[type=password] {
  768. background: #222831;
  769. color: #c9d1d9;
  770. }
  771. .ui.selection.dropdown {
  772. background: #010409 !important;
  773. color: #c9d1d9;
  774. }
  775. .organization.members .list .item {
  776. border-bottom: 1px solid #161b22 !important;
  777. }
  778. .settings .hook.list>.item:not(:first-child) {
  779. border-top: 1px solid #161b22 !important;
  780. }
  781. .settings .key.list .item:not(:first-child) {
  782. border-top: 1px solid #161b22 !important;
  783. }
  784. /* Commit */
  785. .repository .diff-box .file {
  786. color: #969896;
  787. }
  788. .ui.blue.button,
  789. .ui.blue.buttons .button {
  790. background-color: #58a6ff;
  791. color: #fff !important;
  792. }
  793. .ui.basic.grey.button,
  794. .ui.basic.grey.buttons .button {
  795. color: #161b22 !important;
  796. }
  797. .added-code {
  798. background-color: #7ee787;
  799. color: #fff;
  800. }
  801. .removed-code {
  802. background-color: #da3633;
  803. color: #0d1117;
  804. }
  805. .ui.blue.label,
  806. .ui.blue.labels .label {
  807. background-color: #1f6feb !important;
  808. color: #fff !important;
  809. }
  810. .repository .diff-file-box .file-body.file-code .lines-num {
  811. background: none;
  812. }
  813. .hljs-meta {
  814. color: #959595 !important;
  815. }
  816. /* Messages */
  817. .ui.positive.message {
  818. background-color: transparent;
  819. background-image: linear-gradient(rgba(56, 139, 253, 0.15), rgba(56, 139, 253, 0.15));
  820. color: #c9d1d9;
  821. }
  822. .ui.attached.positive.message,
  823. .ui.positive.message {
  824. -webkit-box-shadow: 0 0 0 1px rgba(56, 139, 253, 0.4) inset, 0 0 0 0 transparent;
  825. box-shadow: 0 0 0 1px rgba(56, 139, 253, 0.4) inset, 0 0 0 0 transparent;
  826. }
  827. .ui.warning.message {
  828. background-color: transparent;
  829. background-image: linear-gradient(rgba(187, 128, 9, 0.15), rgba(187, 128, 9, 0.15));
  830. color: #c9d1d9;
  831. }
  832. .ui.attached.warning.message,
  833. .ui.warning.message {
  834. -webkit-box-shadow: 0 0 0 1px rgba(187, 128, 9, 0.4) inset, 0 0 0 0 transparent;
  835. box-shadow: 0 0 0 1px rgba(187, 128, 9, 0.4) inset, 0 0 0 0 transparent;
  836. }
  837. /* Modal dialogs */
  838. .ui.modal,
  839. .ui.modal>.header,
  840. .ui.modal>.content {
  841. background: #0d1117;
  842. }
  843. .ui.modal>.header {
  844. color: #c9d1d9;
  845. }
  846. /* Else */
  847. .ui.basic.button:active,
  848. .ui.basic.buttons .button:active,
  849. .ui.basic.button:focus,
  850. .ui.basic.buttons .button:focus {
  851. background: #21262d !important;
  852. color: #fff !important;
  853. }
  854. .markdown:not(code) h1 .octicon-link,
  855. .markdown:not(code) h2 .octicon-link,
  856. .markdown:not(code) h3 .octicon-link,
  857. .markdown:not(code) h4 .octicon-link,
  858. .markdown:not(code) h5 .octicon-link,
  859. .markdown:not(code) h6 .octicon-link {
  860. color: #fff;
  861. }
  862. .editor-toolbar {
  863. border-left: 1px solid #30363d;
  864. border-right: 1px solid #30363d;
  865. border-top: 1px solid #30363d;
  866. }
  867. .CodeMirror-cursor {
  868. border-left: 1px solid #fff;
  869. }
  870. .user.settings .email.list .item:not(:first-child) {
  871. border-top: 1px solid rgba(224, 224, 224, 0.6);
  872. }
  873. .ui.selection.visible.dropdown>.text:not(.default) {
  874. color: #c9d1d9;
  875. }
  876. .ui.selection.dropdown .menu {
  877. min-width: calc(100% + 1px) !important;
  878. width: calc(100% + 1px) !important;
  879. }
  880. .ui.selection.dropdown .menu>.item {
  881. border-top: none;
  882. }
  883. .ui.selection.active.dropdown {
  884. border-color: #363f55 !important;
  885. }
  886. .ui.selection.active.dropdown .menu {
  887. border-color: #363f55 !important;
  888. }
  889. .repository.release #release-list {
  890. border-top: 1px solid #21262d;
  891. }
  892. .ui.menu .item.disabled,
  893. .ui.menu .item.disabled:hover {
  894. color: #4a4f55 !important;
  895. }
  896. .ui.table tr td {
  897. border-top: 1px solid rgb(50, 56, 62);
  898. }
  899. .repository .diff-file-box .file-body.file-code .lines-num-old,
  900. .repository .diff-file-box .code-diff .lines-num {
  901. border-right: 1px solid #4b4b4b;
  902. }
  903. .repository .diff-file-box .code-diff tbody tr.tag-code td {
  904. border-color: #4b4b4b !important;
  905. }
  906. .repository .diff-file-box .code-diff tbody tr.del-code td {
  907. border-color: #6d3030 !important;
  908. }
  909. .repository .diff-file-box .code-diff tbody tr.add-code td {
  910. border-color: #4f6d30 !important;
  911. }