Update juice theme

This commit is contained in:
Folyd 2024-06-01 00:19:56 -07:00
parent 27b1992cb2
commit 77454c042e
4 changed files with 2 additions and 69 deletions

View file

@ -1,66 +0,0 @@
#carbonads * {
margin: initial;
padding: initial;
}
#carbonads {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial,
sans-serif;
}
#carbonads {
display: flex;
max-width: 330px;
//background-color: hsl(0, 0%, 98%);
//box-shadow: 0 1px 4px 1px hsla(0, 0%, 0%, 0.1);
z-index: 100;
}
#carbonads a {
color: inherit;
text-decoration: none;
}
#carbonads a:hover {
color: inherit;
}
#carbonads span {
position: relative;
display: block;
overflow: hidden;
}
#carbonads .carbon-wrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 20px 10px;
text-align: center;
}
#carbonads .carbon-img {
display: block;
margin: 0;
line-height: 1;
}
#carbonads .carbon-img img {
display: block;
}
#carbonads .carbon-text {
font-size: 13px;
padding: 10px;
margin-bottom: 16px;
line-height: 1.5;
//text-align: left;
}
#carbonads .carbon-poweredby {
display: block;
padding: 6px 8px;
background: #f1f1f2;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 600;
font-size: 8px;
line-height: 1;
border-top-left-radius: 3px;
position: absolute;
bottom: 0;
right: 0;
}

View file

@ -1,5 +1,3 @@
@import "carbon";
.content img {
width: 75%;
height: auto;

View file

@ -25,6 +25,7 @@
content="{{ config.extra.meta_description }}">
<meta name="twitter:image" content="https://rust.extension.sh/banner.png">
<link rel="stylesheet" href="{{ get_url(path="index.css") }}">
<link rel="stylesheet" href="{{ get_url(path="carbon.css") }}">
<script async defer src="https://buttons.github.io/buttons.js"></script>
{% endblock head %}

2
docs/themes/juice vendored

@ -1 +1 @@
Subproject commit e8a24f54aa972aabd5a6002c4ba8542213b388ed
Subproject commit c6ad1fbe1c6298dc983f56a78d26ad460993e6a1