dark-gogs.dev.css 20 KB

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