dark-gogs.dev.css 21 KB

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