dark-gogs.dev.css 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118
  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. .markdown:not(code) h1 code:before,
  445. .markdown:not(code) h2 code:before,
  446. .markdown:not(code) h3 code:before,
  447. .markdown:not(code) h4 code:before,
  448. .markdown:not(code) h5 code:before,
  449. .markdown:not(code) h6 code:before,
  450. .markdown:not(code) h1 code:after,
  451. .markdown:not(code) h2 code:after,
  452. .markdown:not(code) h3 code:after,
  453. .markdown:not(code) h4 code:after,
  454. .markdown:not(code) h5 code:after,
  455. .markdown:not(code) h6 code:after {
  456. display: none;
  457. }
  458. .ui.basic.small.button {
  459. background: #161b22 !important;
  460. }
  461. .linenums>li {
  462. background-color: #161b22;
  463. }
  464. .lines-num>span {
  465. background: #161b22;
  466. }
  467. .ui.blue.button:hover,
  468. .ui.blue.buttons .button:hover {
  469. background-color: #58a6ff;
  470. opacity: 0.6;
  471. }
  472. .repository .diff-file-box .code-diff tbody tr.add-code td {
  473. background-color: rgba(181, 189, 104, 0.1) !important;
  474. }
  475. .ui .info.segment.top {
  476. background-color: #161b22 !important;
  477. }
  478. .tag-code.nl-0.ol-0>.lines-code>pre>code {
  479. color: #0d1117 !important;
  480. }
  481. .repository .diff-file-box .code-diff tbody tr.tag-code td,
  482. .tag-code {
  483. background-color: #454545 !important;
  484. }
  485. .repository .diff-file-box .code-diff tbody tr .removed-code {
  486. background-color: #723b3b;
  487. color: #fff;
  488. }
  489. .repository .diff-file-box .code-diff tbody tr .added-code {
  490. background-color: #148414;
  491. color: #fff;
  492. }
  493. .hljs-title,
  494. .hljs-section,
  495. .hljs-selector-id {
  496. color: #7ee787 !important;
  497. }
  498. .ui.checkbox label,
  499. .ui.checkbox+label {
  500. color: #c9d1d9;
  501. }
  502. .ui.checkbox input:focus~label {
  503. color: #c9d1d9 !important;
  504. }
  505. .ui.red.button,
  506. .ui.red.buttons .button {
  507. background-color: #da3633;
  508. }
  509. .ui.green.button:hover,
  510. .ui.green.buttons .button:hover {
  511. background-color: #238636;
  512. opacity: 0.6;
  513. }
  514. .ui.blue.button,
  515. .ui.blue.buttons .button {
  516. background-color: #1f6feb !important;
  517. }
  518. #repo-clone-https,
  519. #repo-clone-https:hover {
  520. background-color: #21262d !important;
  521. box-shadow: 0 0 0 1px #3c3c3c inset !important;
  522. color: #fff !important;
  523. }
  524. .ui.basic.label {
  525. background-color: #282e38 !important;
  526. border-color: #343434;
  527. color: #c9d1d9;
  528. }
  529. .ui.basic.button {
  530. background-color: #21262d !important;
  531. }
  532. .repository .diff-file-box .code-diff tbody tr.del-code td {
  533. background-color: rgba(204, 102, 102, 0.1) !important;
  534. }
  535. .ui.secondary.pointing.menu a.item:hover {
  536. background-color: #161b22;
  537. color: #c9d1d9 !important;
  538. }
  539. .markdown:not(code) table tr {
  540. background-color: #0d1117;
  541. }
  542. .markdown:not(code) table tr:nth-child(2n) {
  543. background-color: #161b22;
  544. }
  545. .markdown:not(code) table th,
  546. .markdown:not(code) table td {
  547. border: none !important;
  548. }
  549. .markdown:not(code) blockquote {
  550. background-color: #5454541a;
  551. border-left: 4px solid #5a5a5a;
  552. color: #b4b7b4 !important;
  553. }
  554. .markdown:not(code) code,
  555. .markdown:not(code) tt {
  556. background-color: #161b22;
  557. }
  558. /* Issues */
  559. .ui.basic.green.active.button,
  560. .ui.basic.green.buttons .active.button {
  561. box-shadow: 0 0 0 1px #7ee787 inset !important;
  562. color: #7ee787 !important;
  563. }
  564. .ui.basic.button:hover,
  565. .ui.basic.buttons .button:hover {
  566. background: #161b22 !important;
  567. color: #c9d1d9 !important;
  568. }
  569. .ui.basic.red.active.button,
  570. .ui.basic.red.buttons .active.button {
  571. box-shadow: 0 0 0 1px #da3633 inset !important;
  572. color: #da3633 !important;
  573. }
  574. .ui.compact.small.menu {
  575. background: #161b22 !important;
  576. }
  577. .issue.list>.item .title {
  578. color: #c9d1d9;
  579. }
  580. .ui.black.label,
  581. .ui.black.labels .label {
  582. background-color: #161b22 !important;
  583. color: #c9d1d9;
  584. }
  585. .issue.list>.item .desc {
  586. color: #c9d1d9;
  587. opacity: 0.6;
  588. }
  589. .issue.list>.item .title:hover {
  590. color: #c9d1d9;
  591. opacity: 0.6;
  592. }
  593. .repository.view.issue .comment-list .comment .content .header {
  594. background-color: #c9d1d9;
  595. }
  596. .ui .text.grey a {
  597. color: #b4b4b4 !important;
  598. }
  599. .ui.attached.segment {
  600. border: transparent;
  601. }
  602. .ui.warning.message {
  603. background-color: #c9d1d9;
  604. }
  605. .ui.green.label,
  606. .ui.green.labels .label {
  607. background-color: #238636 !important;
  608. border-color: #238636 !important;
  609. color: #fff !important;
  610. }
  611. .ui.green.button,
  612. .ui.green.buttons .button {
  613. background-color: #238636 !important;
  614. color: #fff !important;
  615. }
  616. .ui.basic.red.button,
  617. .ui.basic.red.buttons .button {
  618. box-shadow: 0 0 0 1px #da3633 inset !important;
  619. color: #da3633 !important;
  620. }
  621. .ui.basic.green.button,
  622. .ui.basic.green.buttons .button {
  623. box-shadow: none !important;
  624. color: #fff !important;
  625. }
  626. .ui.red.label,
  627. .ui.red.labels .label {
  628. background-color: #da3633 !important;
  629. border-color: inherit !important;
  630. }
  631. .ui.form textarea {
  632. background: #010409 !important;
  633. }
  634. .ui.basic.green.button:hover,
  635. .ui.basic.green.buttons .button:hover {
  636. box-shadow: 0 0 0 1px #7ee787 inset !important;
  637. color: #7ee787 !important;
  638. }
  639. .ui.tabular.menu {
  640. border-bottom: 1px solid #21262d;
  641. }
  642. .repository.new.issue .comment.form .content:before,
  643. .repository.new.issue .comment.form .content:after {
  644. border-right-color: #161b22;
  645. }
  646. .repository.view.issue .comment-list .comment .content .header:before,
  647. .repository.view.issue .comment-list .comment .content .header:after {
  648. border-right-color: #21262d;
  649. }
  650. .repository .comment.form .content .form:before,
  651. .repository .comment.form .content .form:after {
  652. border-right-color: #161b22;
  653. }
  654. .repository.view.issue .comment-list:before {
  655. background-color: #28313d;
  656. }
  657. .ui.comments .comment .actions a {
  658. color: #c9d1d9;
  659. }
  660. .ui.comments .comment .actions a.active,
  661. .ui.comments .comment .actions a:hover {
  662. color: #c9d1d9;
  663. opacity: 0.6;
  664. }
  665. /* Pull requests */
  666. .ui.header .sub.header {
  667. color: #c9d1d9 !important;
  668. }
  669. .editor-toolbar a {
  670. color: #58a6ff !important;
  671. }
  672. /* Wiki */
  673. .repository.wiki.view .markdown {
  674. background: #161b22;
  675. border-radius: 15px;
  676. margin-left: 0px;
  677. padding: 25px;
  678. }
  679. /* Profile drop down */
  680. .ui.menu .dropdown.item .menu {
  681. background: #c9d1d9;
  682. }
  683. .ui.menu .ui.dropdown .menu>.item:hover,
  684. .ui.menu .ui.dropdown .menu>.selected.item {
  685. background: #b4b7b4;
  686. border-radius: 0;
  687. opacity: 1;
  688. }
  689. .ui.menu .ui.dropdown .menu>.item:first-child:hover,
  690. .ui.menu .ui.dropdown .menu>.selected.item:first-child {
  691. border-radius: .28571429rem .28571429rem 0 0;
  692. }
  693. .ui.menu .ui.dropdown .menu>.item:last-child:hover,
  694. .ui.menu .ui.dropdown .menu>.selected.item:last-child {
  695. border-radius: 0 0 .28571429rem .28571429rem;
  696. }
  697. /* Profile */
  698. .ui.card,
  699. .ui.cards>.card {
  700. background: #161b22;
  701. box-shadow: none;
  702. }
  703. .ui.card>.extra a:not(.ui),
  704. .ui.cards>.card>.extra a:not(.ui) {
  705. color: #58a6ff;
  706. }
  707. .ui.card>.extra,
  708. .ui.cards>.card>.extra {
  709. border-top: 1px solid #161b22 !important;
  710. }
  711. .user.profile .ui.card .extra.content ul li:not(:last-child) {
  712. border-bottom: 1px solid #161b22 !important;
  713. }
  714. .ui.secondary.pointing.menu .active.item {
  715. color: #c9d1d9;
  716. }
  717. /* Settings */
  718. .ui.form .field>label {
  719. color: #c9d1d9;
  720. }
  721. #website {
  722. background: #010409 !important;
  723. color: #c9d1d9;
  724. }
  725. .inline.box.field>label {
  726. color: #c9d1d9 !important;
  727. }
  728. .inline.box.field>input {
  729. background: #161b22;
  730. color: #c9d1d9;
  731. }
  732. #old_password,
  733. #password,
  734. #retype,
  735. #email,
  736. #description {
  737. background: #010409 !important;
  738. color: #c9d1d9;
  739. }
  740. label[for=org_name] {
  741. color: #c9d1d9 !important;
  742. }
  743. .ui.red.message {
  744. color: #da3633;
  745. }
  746. .ui.very.basic.striped.table>thead>tr>th {
  747. color: #c9d1d9;
  748. }
  749. .ui.form .inline.field>label,
  750. .ui.form .inline.field>p,
  751. .ui.form .inline.fields .field>label,
  752. .ui.form .inline.fields .field>p,
  753. .ui.form .inline.fields>label {
  754. color: #c9d1d9;
  755. }
  756. .ui.very.basic.select.selectable.table>thead>tr>th {
  757. color: #c9d1d9;
  758. }
  759. .ui.teal.button,
  760. .ui.teal.buttons .button {
  761. background-color: #8abeb7;
  762. }
  763. .ui.form input[type=file],
  764. .ui.form input[type=number],
  765. .ui.form input[type=url],
  766. .ui.form input[type=password] {
  767. background: #222831;
  768. color: #c9d1d9;
  769. }
  770. .ui.selection.dropdown {
  771. background: #010409 !important;
  772. color: #c9d1d9;
  773. }
  774. .organization.members .list .item {
  775. border-bottom: 1px solid #161b22 !important;
  776. }
  777. .settings .hook.list>.item:not(:first-child) {
  778. border-top: 1px solid #161b22 !important;
  779. }
  780. .settings .key.list .item:not(:first-child) {
  781. border-top: 1px solid #161b22 !important;
  782. }
  783. /* Commit */
  784. .repository .diff-box .file {
  785. color: #969896;
  786. }
  787. .ui.blue.button,
  788. .ui.blue.buttons .button {
  789. background-color: #58a6ff;
  790. color: #fff !important;
  791. }
  792. .ui.basic.grey.button,
  793. .ui.basic.grey.buttons .button {
  794. color: #161b22 !important;
  795. }
  796. .added-code {
  797. background-color: #7ee787;
  798. color: #fff;
  799. }
  800. .removed-code {
  801. background-color: #da3633;
  802. color: #0d1117;
  803. }
  804. .ui.blue.label,
  805. .ui.blue.labels .label {
  806. background-color: #58a6ff !important;
  807. color: #c9d1d9 !important;
  808. }
  809. .repository .diff-file-box .file-body.file-code .lines-num {
  810. background: none;
  811. }
  812. .hljs-meta {
  813. color: #959595 !important;
  814. }
  815. /* Messages */
  816. .ui.positive.message {
  817. background-color: transparent;
  818. background-image: linear-gradient(rgba(56, 139, 253, 0.15), rgba(56, 139, 253, 0.15));
  819. color: #c9d1d9;
  820. }
  821. .ui.attached.positive.message,
  822. .ui.positive.message {
  823. -webkit-box-shadow: 0 0 0 1px rgba(56, 139, 253, 0.4) inset, 0 0 0 0 transparent;
  824. box-shadow: 0 0 0 1px rgba(56, 139, 253, 0.4) inset, 0 0 0 0 transparent;
  825. }
  826. .ui.warning.message {
  827. background-color: transparent;
  828. background-image: linear-gradient(rgba(187, 128, 9, 0.15), rgba(187, 128, 9, 0.15));
  829. color: #c9d1d9;
  830. }
  831. .ui.attached.warning.message,
  832. .ui.warning.message {
  833. -webkit-box-shadow: 0 0 0 1px rgba(187, 128, 9, 0.4) inset, 0 0 0 0 transparent;
  834. box-shadow: 0 0 0 1px rgba(187, 128, 9, 0.4) inset, 0 0 0 0 transparent;
  835. }
  836. /* Modal dialogs */
  837. .ui.modal,
  838. .ui.modal>.header,
  839. .ui.modal>.content {
  840. background: #0d1117;
  841. }
  842. .ui.modal>.header {
  843. color: #c9d1d9;
  844. }
  845. /* Else */
  846. .ui.basic.button:active,
  847. .ui.basic.buttons .button:active,
  848. .ui.basic.button:focus,
  849. .ui.basic.buttons .button:focus {
  850. background: #21262d !important;
  851. color: #fff !important;
  852. }
  853. .markdown:not(code) h1 .octicon-link,
  854. .markdown:not(code) h2 .octicon-link,
  855. .markdown:not(code) h3 .octicon-link,
  856. .markdown:not(code) h4 .octicon-link,
  857. .markdown:not(code) h5 .octicon-link,
  858. .markdown:not(code) h6 .octicon-link {
  859. color: #fff;
  860. }
  861. .editor-toolbar {
  862. border-left: 1px solid #30363d;
  863. border-right: 1px solid #30363d;
  864. border-top: 1px solid #30363d;
  865. }
  866. .CodeMirror-cursor {
  867. border-left: 1px solid #fff;
  868. }
  869. .user.settings .email.list .item:not(:first-child) {
  870. border-top: 1px solid rgba(224, 224, 224, 0.6);
  871. }
  872. .ui.selection.visible.dropdown>.text:not(.default) {
  873. color: #c9d1d9;
  874. }
  875. .ui.selection.dropdown .menu {
  876. min-width: calc(100% + 1px) !important;
  877. width: calc(100% + 1px) !important;
  878. }
  879. .ui.selection.dropdown .menu>.item {
  880. border-top: none;
  881. }
  882. .ui.selection.active.dropdown {
  883. border-color: #363f55 !important;
  884. }
  885. .ui.selection.active.dropdown .menu {
  886. border-color: #363f55 !important;
  887. }
  888. .repository.release #release-list {
  889. border-top: 1px solid #21262d;
  890. }
  891. .ui.menu .item.disabled,
  892. .ui.menu .item.disabled:hover {
  893. color: #4a4f55 !important;
  894. }
  895. .ui.table tr td {
  896. border-top: 1px solid rgb(50, 56, 62);
  897. }