dark-gogs.dev.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140
  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. }
  912. #file-content {
  913. padding: 0 1px;
  914. }