Skip to content

Commit d14546a

Browse files
authored
Merge pull request #17 from Rareloop/ui-tweaks
Tweak UI
2 parents e609329 + 3ba3916 commit d14546a

File tree

7 files changed

+1842
-622
lines changed

7 files changed

+1842
-622
lines changed

frontend/dist/css/primer.css

+15-1
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@
820820
}
821821

822822
.primer-pattern__content {
823-
margin: 0 12px 12px;
823+
margin: 0 12px;
824824
padding: 16px;
825825
border: 1px solid rgba(151, 151, 151, 0.17);
826826
}
@@ -829,6 +829,12 @@
829829
padding: 0 12px 12px;
830830
}
831831

832+
.primer-tabs-toc {
833+
border-right: 1px solid rgba(151, 151, 151, 0.17);
834+
border-left: 1px solid rgba(151, 151, 151, 0.17);
835+
background: #fdfdfd;
836+
}
837+
832838
.primer-tab__title,
833839
.primer-tabs-toc__link {
834840
-webkit-font-smoothing: antialiased;
@@ -1036,6 +1042,14 @@ code[class*="language-"] {
10361042
hyphens: none;
10371043
}
10381044

1045+
pre[class*="language-"]::-moz-selection,
1046+
code[class*="language-"]::-moz-selection,
1047+
pre[class*="language-"]::mozselection,
1048+
code[class*="language-"]::mozselection {
1049+
text-shadow: none;
1050+
background: #b3d4fc;
1051+
}
1052+
10391053
pre[class*="language-"]::selection,
10401054
code[class*="language-"]::selection,
10411055
pre[class*="language-"]::mozselection,

frontend/dist/css/primer.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)