dark-gogs.dev.css 20 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135
  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: #fff !important;
  480. }
  481. .repository .diff-file-box .code-diff tbody tr.tag-code td,
  482. .tag-code {
  483. background-color: #31363b !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. }
  898. .repository .diff-file-box .file-body.file-code .lines-num-old,
  899. .repository .diff-file-box .code-diff .lines-num {
  900. border-right: 1px solid #4b4b4b;
  901. }
  902. .repository .diff-file-box .code-diff tbody tr.tag-code td {
  903. border-color: #4b4b4b !important;
  904. }
  905. .repository .diff-file-box .code-diff tbody tr.del-code td {
  906. border-color: #6d3030 !important;
  907. }
  908. .repository .diff-file-box .code-diff tbody tr.add-code td {
  909. border-color: #4f6d30 !important;
  910. }