Skip to content

Commit

Permalink
Misc updates in _bilberry-hugo-theme.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-baiborodine committed Mar 22, 2022
1 parent 13248d1 commit f6755f4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions assets/sass/_bilberry-hugo-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@

pre {
position: relative;
background: transparent !important;

code {
padding: 0.75em;
padding: 1.0em;
font-size: 0.9em;
white-space: pre;
overflow-x: auto;
border-radius: 4px;
}

.copy-button {
Expand All @@ -59,7 +61,7 @@
}

code {
font-family: 'Fira Code', monospace;
font-family: "Fira Code", monospace;
border: 0;
margin: 0;
white-space: normal;
Expand All @@ -77,7 +79,6 @@
font-size: 15pt;
}


.container {
width: $site-width;
max-width: 100%;
Expand All @@ -94,19 +95,16 @@
}

.flexslider {

ol,
ul {
list-style: none;
}
}


.fa-youtube-adblock-proof:before {
content: "\F167";
}


@import "topnav";

@import "header";
Expand Down

0 comments on commit f6755f4

Please sign in to comment.