Skip to content

Commit

Permalink
deploy: 98772a4
Browse files Browse the repository at this point in the history
  • Loading branch information
valencik committed Feb 20, 2024
1 parent be1a528 commit 082a4ac
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 11 deletions.
14 changes: 7 additions & 7 deletions helium/site/laika-helium.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,13 @@ h1, h2, h3 {

h1 {
font-size: var(--title-font-size);
margin-top: calc(var(--block-spacing) * 3.5);
margin-bottom: calc(var(--block-spacing) * 1.2);
}
h1.title {
padding-top: calc(40px + var(--top-bar-height));
padding-bottom: 10px;
margin-top: 0;
margin-bottom: calc(var(--block-spacing) * 3);
border-bottom: 1px solid var(--component-border);
}
Expand Down Expand Up @@ -557,7 +560,7 @@ header .row.links .row.links {
z-index: 5000;
left: 20px;
top: calc(var(--top-bar-height) - 10px);
background-color: white;
background-color: var(--bg-color);
border: 1px solid var(--component-border);
border-radius: 5px;
white-space: nowrap;
Expand Down Expand Up @@ -623,10 +626,6 @@ header .row.links .row.links {
font-weight: normal;
}

.nav-list li a code {
color: var(--primary-color); /* ensures that code is the same colour as the rest of the text, for consistency */
}

/* left navigation bar =========================================== */

#sidebar {
Expand Down Expand Up @@ -768,10 +767,8 @@ ul.nav-list, #page-nav ul {
}

.nav-list .active a,
.nav-list .active code,
.nav-list .active a:hover,
#page-nav .header a,
#page-nav .header code,
#page-nav .header a:hover {
color: var(--bg-color);
background-color: var(--primary-color);
Expand Down Expand Up @@ -839,6 +836,9 @@ code {
white-space: nowrap;
padding: 0 0.1em;
}
a code {
color: inherit;
}
pre code {
color: var(--syntax-base5);
background-color: transparent;
Expand Down
29 changes: 27 additions & 2 deletions helium/site/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ p {
margin: 0;
padding: 0;
}
ul {
#header ul {
list-style: none;
display: block;
margin: 0;
Expand All @@ -82,7 +82,7 @@ ul {
background-color: var(--subtle-highlight);
margin-bottom: 5px;
}
li {
#header li {
padding: 0 10px 0 10px;
display: block;
font-size: 16px;
Expand Down Expand Up @@ -307,3 +307,28 @@ li {
right: 0;
margin: auto;
}

/* content from landing-page.md =================================================== */

main {
width: 100%;
margin-right: auto;
margin-left: auto;
margin-bottom: 70px;
padding: 15px;
}

@media (min-width: 1020px) {
main {
max-width: var(--content-width);
padding: 15px 30px;
}
}

h1.title {
padding-top: 30px;
}

main p {
margin: 0 0 var(--block-spacing);
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</g>
</svg></span></a>

<a class="icon-link svg-link" href="https://github.com/valencik/textmogrify"><span class="github" title="Source Code"><svg class="svg-icon" width="100%" height="100%" viewBox="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<a class="icon-link svg-link" href="https://github.com/cozydev-pink/textmogrify"><span class="github" title="Source Code"><svg class="svg-icon" width="100%" height="100%" viewBox="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g class="svg-shape">
<path d="M49.995,1c-27.609,-0 -49.995,22.386 -49.995,50.002c-0,22.09 14.325,40.83 34.194,47.444c2.501,0.458 3.413,-1.086 3.413,-2.412c0,-1.185 -0.043,-4.331 -0.067,-8.503c-13.908,3.021 -16.843,-6.704 -16.843,-6.704c-2.274,-5.773 -5.552,-7.311 -5.552,-7.311c-4.54,-3.103 0.344,-3.042 0.344,-3.042c5.018,0.356 7.658,5.154 7.658,5.154c4.46,7.64 11.704,5.433 14.552,4.156c0.454,-3.232 1.744,-5.436 3.174,-6.685c-11.102,-1.262 -22.775,-5.553 -22.775,-24.713c-0,-5.457 1.949,-9.92 5.147,-13.416c-0.516,-1.265 -2.231,-6.348 0.488,-13.233c0,0 4.199,-1.344 13.751,5.126c3.988,-1.108 8.266,-1.663 12.518,-1.682c4.245,0.019 8.523,0.574 12.517,1.682c9.546,-6.47 13.736,-5.126 13.736,-5.126c2.728,6.885 1.013,11.968 0.497,13.233c3.204,3.496 5.141,7.959 5.141,13.416c0,19.209 -11.691,23.436 -22.83,24.673c1.795,1.544 3.394,4.595 3.394,9.26c0,6.682 -0.061,12.076 -0.061,13.715c0,1.338 0.899,2.894 3.438,2.406c19.853,-6.627 34.166,-25.354 34.166,-47.438c-0,-27.616 -22.389,-50.002 -50.005,-50.002"/>
</g>
Expand All @@ -70,7 +70,7 @@
</g>
</svg></span></a>

<a class="icon-link svg-link" href="https://github.com/valencik/textmogrify"><span class="github" title="Source Code"><svg class="svg-icon" width="100%" height="100%" viewBox="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<a class="icon-link svg-link" href="https://github.com/cozydev-pink/textmogrify"><span class="github" title="Source Code"><svg class="svg-icon" width="100%" height="100%" viewBox="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<g class="svg-shape">
<path d="M49.995,1c-27.609,-0 -49.995,22.386 -49.995,50.002c-0,22.09 14.325,40.83 34.194,47.444c2.501,0.458 3.413,-1.086 3.413,-2.412c0,-1.185 -0.043,-4.331 -0.067,-8.503c-13.908,3.021 -16.843,-6.704 -16.843,-6.704c-2.274,-5.773 -5.552,-7.311 -5.552,-7.311c-4.54,-3.103 0.344,-3.042 0.344,-3.042c5.018,0.356 7.658,5.154 7.658,5.154c4.46,7.64 11.704,5.433 14.552,4.156c0.454,-3.232 1.744,-5.436 3.174,-6.685c-11.102,-1.262 -22.775,-5.553 -22.775,-24.713c-0,-5.457 1.949,-9.92 5.147,-13.416c-0.516,-1.265 -2.231,-6.348 0.488,-13.233c0,0 4.199,-1.344 13.751,5.126c3.988,-1.108 8.266,-1.663 12.518,-1.682c4.245,0.019 8.523,0.574 12.517,1.682c9.546,-6.47 13.736,-5.126 13.736,-5.126c2.728,6.885 1.013,11.968 0.497,13.233c3.204,3.496 5.141,7.959 5.141,13.416c0,19.209 -11.691,23.436 -22.83,24.673c1.795,1.544 3.394,4.595 3.394,9.26c0,6.682 -0.061,12.076 -0.061,13.715c0,1.338 0.899,2.894 3.438,2.406c19.853,-6.627 34.166,-25.354 34.166,-47.438c-0,-27.616 -22.389,-50.002 -50.005,-50.002"/>
</g>
Expand Down

0 comments on commit 082a4ac

Please sign in to comment.