terser gradient-text
This commit is contained in:
parent
2436a0b4e0
commit
625e375545
3 changed files with 9 additions and 11 deletions
|
|
@ -23,5 +23,5 @@
|
|||
}
|
||||
|
||||
.prose :is(ul, ol) {
|
||||
padding-inline-start: 0.15ch;
|
||||
padding-inline-start: var(--space-s);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,16 +1,12 @@
|
|||
.gradient-text {
|
||||
color: transparent;
|
||||
background: conic-gradient(
|
||||
var(--color-primary) 12%,
|
||||
var(--color-primary) 12%,
|
||||
var(--color-primary) 33%,
|
||||
var(--color-secondary) 33%,
|
||||
var(--color-secondary) 55%,
|
||||
#1471bb 55%,
|
||||
#1471bb 70%,
|
||||
#ff8b59 70%,
|
||||
#ff8b59 87%,
|
||||
#c569bc 87%
|
||||
var(--color-primary) 0 12%,
|
||||
var(--color-primary) 0 33%,
|
||||
var(--color-secondary) 0 55%,
|
||||
#1471bb 0 70%,
|
||||
#ff8b59 0 87%,
|
||||
#c569bc 0 100%
|
||||
);
|
||||
padding: 0.6rem 0;
|
||||
background-size: 50%;
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ layout: page
|
|||
youtube: false
|
||||
---
|
||||
|
||||
asdfsadf
|
||||
|
||||
- **Important:** edit meta data in `src/_data/meta.js`, it's being used all over the template.
|
||||
- Have a look at the [blog posts](/blog/), they explain some basic features that aren't covered here.
|
||||
- Search for 'eleventy-excellent.netlify.app'. You'll find an entry in `src/assets/css/global/global-styles.css`. Replace with your own domain. This is about the external link indicators, they are matched with your domain. If you don't want to use external link indicators, delete the whole style rule.
|
||||
|
|
|
|||
Loading…
Reference in a new issue