some changes
parent
af16f6dc7b
commit
8dae9dd8ba
|
@ -70,24 +70,25 @@ h1::after { bottom: 0; }
|
||||||
|
|
||||||
a {
|
a {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: #77abbb;
|
|
||||||
color: black;
|
color: black;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border-radius: 5px;
|
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
|
background-image: linear-gradient(to bottom, transparent 60%, #77abbb 60%);
|
||||||
|
background-repeat: no-repeat;
|
||||||
transition: background-color 0.1s ease;
|
transition: background-color 0.1s ease;
|
||||||
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
background-color: #778bbb;
|
background-image: linear-gradient(to bottom, transparent 60%, #778bbb 60%);
|
||||||
}
|
}
|
||||||
|
|
||||||
a[hx-get] {
|
a[hx-get] {
|
||||||
background: linear-gradient(to right, #77abbb, #778bbb);
|
background-image: linear-gradient(to right, #77abbb, #778bbb);
|
||||||
}
|
}
|
||||||
|
|
||||||
a[hx-get]:hover {
|
a[hx-get]:hover {
|
||||||
background: linear-gradient(to right, #778bbb, #778bbb);
|
background-image: linear-gradient(to right, #778bbb, #778bbb);
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
|
|
@ -36,13 +36,7 @@
|
||||||
hx-swap="outerHTML"
|
hx-swap="outerHTML"
|
||||||
hx-push-url="/posts/0"
|
hx-push-url="/posts/0"
|
||||||
data-scroll-top="true">
|
data-scroll-top="true">
|
||||||
posts section
|
posts section</a>, and also you can subscribe to my <a href="https://t.me/lolistack" target="_blank">telegram channel</a> with pictures!
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<p>
|
|
||||||
and also you can subscribe to my <a href="https://t.me/lolistack" target="_blank">telegram channel</a> with pictures!
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in New Issue