Skip to content

Commit

Permalink
Merge pull request #17 from Rareloop/ui-tweaks
Browse files Browse the repository at this point in the history
Tweak UI
  • Loading branch information
adamtomat authored Feb 15, 2022
2 parents e609329 + 3ba3916 commit d14546a
Show file tree
Hide file tree
Showing 7 changed files with 1,842 additions and 622 deletions.
16 changes: 15 additions & 1 deletion frontend/dist/css/primer.css
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@
}

.primer-pattern__content {
margin: 0 12px 12px;
margin: 0 12px;
padding: 16px;
border: 1px solid rgba(151, 151, 151, 0.17);
}
Expand All @@ -829,6 +829,12 @@
padding: 0 12px 12px;
}

.primer-tabs-toc {
border-right: 1px solid rgba(151, 151, 151, 0.17);
border-left: 1px solid rgba(151, 151, 151, 0.17);
background: #fdfdfd;
}

.primer-tab__title,
.primer-tabs-toc__link {
-webkit-font-smoothing: antialiased;
Expand Down Expand Up @@ -1036,6 +1042,14 @@ code[class*="language-"] {
hyphens: none;
}

pre[class*="language-"]::-moz-selection,
code[class*="language-"]::-moz-selection,
pre[class*="language-"]::mozselection,
code[class*="language-"]::mozselection {
text-shadow: none;
background: #b3d4fc;
}

pre[class*="language-"]::selection,
code[class*="language-"]::selection,
pre[class*="language-"]::mozselection,
Expand Down
2 changes: 1 addition & 1 deletion frontend/dist/css/primer.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit d14546a

Please sign in to comment.